F
Firecrawl
/scrape
Scrape as markdown
Render a page (JS included) and return markdown plus metadata.
needs keyunknown~8s typical
scrapemarkdownjavascriptrender
$0.012
per call
plus $0.001 platform fee per run
Bring your own Firecrawl key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run firecrawl /scrape for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | URL |
| only_main | boolean | Main content only default true |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"firecrawl","endpoint":"/scrape","input":{"url":"...","only_main":true}}'cli
npx cracked-ai run -p firecrawl -e /scrape -i '{"url":"...","only_main":true}'mcp
run_tool({ provider: "firecrawl", endpoint: "/scrape", input: {"url":"...","only_main":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.