Português (BR)
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/batch/scrape/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
Observação: Uma nova versão v2 desta API está disponível, com melhorias no relatório de erros e na depuração.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the batch scrape job
Successful response
Errored scrape jobs and error details
Mostrar atributos filhos
ISO timestamp of failure
Scraped URL
Error message
List of URLs that were attempted in scraping but were blocked by robots.txt