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