- Detail pages that describe a single item
- List pages that show multiple items
perPage to many.
Example:
visit, crawl, extract), while AI and network costs depend on model usage and page traffic. See pricing.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Choose one or many extraction items per URL
perPage to many.
Example:
curl -X POST "https://api.fetchfox.ai/api/extract" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $FETCHFOX_API_KEY" \
-d '{
"urls": [
"https://pokemondb.net/pokedex/bulbasaur",
"https://pokemondb.net/pokedex/ivysaur",
"https://pokemondb.net/pokedex/venusaur"
],
"template": {
"moveName": "Name of the pokemon move",
"moveType": "Name of the move type",
"movePower": "The power of the move"
},
"perPage": "many"
}'
{
"jobId": "fjszygdh38",
"results": {
"items": [
{
"moveName": "Growl",
"moveType": "Normal",
"movePower": "100",
"_url": "https://pokemondb.net/pokedex/ivysaur",
"_htmlUrl": "https://ffcloud.s3.amazonaws.com/visit/html/xz6rjf8h2v.html"
},
{
"moveName": "Growth",
"moveType": "Normal",
"movePower": "—",
"_url": "https://pokemondb.net/pokedex/ivysaur",
"_htmlUrl": "https://ffcloud.s3.amazonaws.com/visit/html/xz6rjf8h2v.html"
},
"...more items..."
]
},
"metrics": { "...cost and usage metrics..." }
}
visit, crawl, extract), while AI and network costs depend on model usage and page traffic. See pricing.