Web Scraping Text Extractor

Use when an agent needs to retrieve the main text/article from a web page.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/web/scrape
{
  "url": "https://example.com"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/web/scrape -m POST -b '{"url":"https://example.com"}'

Not for

Do not use for downloading binary payloads like images or ZIP archives.