QPAScrape
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v1View latest version
A JSON API endpoint that scrapes auction data from quarterpriceauction.com.
index.ts- Main HTTP endpoint that scrapes and returns auction data as JSON
Make a GET request to the endpoint to receive current auction listings in JSON format.
- Scrapes live auction data
- Returns structured JSON response
- Handles errors gracefully