Skip to content
Firecrawl Docsv2
Firecrawl Docs
Scrape Endpoints

Scrape

POST/scrape

Interactions

For browser interactions (clicking, typing, navigating, extracting dynamic content), use the Interact endpoint. Scrape a page first, then call POST /v2/scrape/{scrapeId}/interact with a natural-language prompt or Playwright code to take actions on the page.

See the Interact documentation for full details and examples.

Optionally you can also use the actions parameter, although it’s not recommended to use it for complex interactions.

Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.

Was this page helpful?Suggest editsRaise issue

On this page