#Batch Scrape only returns Markdown
2 messages · Page 1 of 1 (latest)
Hi @junior kite, I just now tried batch scrape with [html] format using this simple query and it worked.
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"urls": ["https://docs.firecrawl.dev", "https://firecrawl.dev"],
"formats": ["html"]
}'```
could you please verify your payload again or it's occurring for a specific website - https://docs.firecrawl.dev/features/batch-scrape ?