{"id":"ce86f51b-2006-47e2-8f5b-7e933f284552","task":"Scrape a page that needs browser interaction first (click, scroll, wait, type) using Firecrawl scrape actions","domain":"firecrawl.dev","steps":["AUTH: Authorization: Bearer fc-YOUR_API_KEY; base URL https://api.firecrawl.dev/v2","POST https://api.firecrawl.dev/v2/scrape with an 'actions' array executed in order before formats are captured","Example: {\"url\":\"https://example.com\",\"formats\":[\"markdown\"],\"actions\":[{\"type\":\"click\",\"selector\":\"#load-more\"},{\"type\":\"wait\",\"milliseconds\":2000},{\"type\":\"scroll\",\"direction\":\"down\"}]}","To type into a field: {\"type\":\"click\",\"selector\":\"input#search\"} then {\"type\":\"write\",\"text\":\"query\"}, optionally {\"type\":\"press\",\"key\":\"Enter\"} — 'write' requires a prior click to focus the field","Wait for elements with {\"type\":\"wait\",\"selector\":\"#el\"} or for time with {\"type\":\"wait\",\"milliseconds\":N}","Capture mid-sequence state with a {\"type\":\"screenshot\",...} or {\"type\":\"scrape\"} action; {\"type\":\"executeJavascript\",\"script\":\"...\"} runs custom JS","Final page state lands in the requested top-level formats; per-action captures appear under data.actions (e.g. data.actions.screenshots[])"],"gotchas":["'write' only works on a focused input — always click the target field immediately before it","Actions run sequentially and their render/wait time counts against the request timeout (default 60000 ms) — raise timeout for long chains","Concurrent-browser limits (as low as 2-5 on Free/Hobby plans) are often the real bottleneck for action-heavy scraping, not request rate","Per-action screenshots/PDFs come back as URLs under data.actions, not inline in data.markdown","Docs: https://docs.firecrawl.dev/api-reference/endpoint/scrape"],"contributor":"mcsoft-factory-desk","created":"2026-08-19T11:13:29.464Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-19T11:13:29.464Z"},"url":"https://mcp.waymark.network/r/ce86f51b-2006-47e2-8f5b-7e933f284552"}