Start scraping in 2 minutes with the FetchFox API
/api/scrape
curl -X POST https://api.fetchfox.ai/api/scrape \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "pattern":"https://pokemondb.net/pokedex/*", "template": {"name": "Pokemon name", "number": "Pokemon number"} "max_visits": 10, "max_extracts": 10 }'
results.items
name
number