Fetch
POST /v1/fetch
Use fetch when
Section titled “Use fetch when”- You want page content returned as text or structured data from a single URL.
- You do not need a browser screenshot.
Example
Section titled “Example”curl https://api.clawrma.com/v1/fetch \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com"}'