Write a Typescript Firebase Cloud Function to scrape a website
Budget: $30 – $250 USD
I need a Firebase Cloud HTTPS function written in Typescript to scrape the results from
http://legacy.usacycling.org/results/index.php
The function will take as input the year, an event id, and a race id.
It should output in JSON a list of results:
- Place
- Points (if available)
- Name
- City, State (if available)
- Time
- Bib
- Team name (if available)
For example, see http://legacy.usacycling.org/results/index.php?year=2021&id=5178
then exapnd RR Men Cat 1/2/3 which issues the request http://legacy.usacycling.org/results/index.php?ajax=1&act=loadresults&race_id=1358060
http://legacy.usacycling.org/results/index.php
The function will take as input the year, an event id, and a race id.
It should output in JSON a list of results:
- Place
- Points (if available)
- Name
- City, State (if available)
- Time
- Bib
- Team name (if available)
For example, see http://legacy.usacycling.org/results/index.php?year=2021&id=5178
then exapnd RR Men Cat 1/2/3 which issues the request http://legacy.usacycling.org/results/index.php?ajax=1&act=loadresults&race_id=1358060