#Batch Scrape only returns Markdown

2 messages · Page 1 of 1 (latest)

wind barnBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

reef citrus
#

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 ?
Firecrawl Docs

Batch scrape multiple URLs