Docs
Scraping workflows

Documents

Parse a public PDF, Word document, or spreadsheet into readable text.

Use POST /parse for documents. It is separate from webpage scraping and screenshots.

curl https://api.berrycrawl.com/api/v1/parse \
  -H "Authorization: Bearer $BERRYCRAWL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/report.pdf"}'

Berrycrawl detects the supported document type and returns readable Markdown.