Start scraping in 2 minutes with the FetchFox API
First, you’ll need your API key. You can find it in the FetchFox app at https://fetchfox.ai/settings/api-keys.
To run a scrape, we’ll use the /api/scrape
endpoint. Let’s scrape some Pokemon using the snippet below.
When the scrape finishes, you’ll a response with items will be in the results.items
field. These items will have the keys name
and number
.
Now that you’ve run a simple scrape, learn all the options on the /api/scrape
endpoint.
Start scraping in 2 minutes with the FetchFox API
First, you’ll need your API key. You can find it in the FetchFox app at https://fetchfox.ai/settings/api-keys.
To run a scrape, we’ll use the /api/scrape
endpoint. Let’s scrape some Pokemon using the snippet below.
When the scrape finishes, you’ll a response with items will be in the results.items
field. These items will have the keys name
and number
.
Now that you’ve run a simple scrape, learn all the options on the /api/scrape
endpoint.