← Catalog

web.scrape

coming soon

Clean markdown of a page or site for agent context.

Providers

ProviderPrice*Mode
Firecrawl $0.002 platform prepaid · planned

Billing

Unit: per_page · unmatched results billed: no

*Placeholder development pricing.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "web.scrape",
    "input": { "url": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "url": {
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}

Normalized output fields

url · title · markdown