diff --git a/api-reference/endpoint/scrape.mdx b/api-reference/endpoint/scrape.mdx index 9cc6db3a..83546020 100644 --- a/api-reference/endpoint/scrape.mdx +++ b/api-reference/endpoint/scrape.mdx @@ -5,7 +5,7 @@ openapi: '/api-reference/v2-openapi.json POST /scrape' ## Interactions -For browser interactions (clicking, typing, navigating, extracting dynamic content), use the [Interact endpoint](/features/interact). 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. +For browser interactions (clicking, typing, navigating, extracting dynamic content), use the [Interact endpoint](/features/interact). Scrape a page first, then call `POST /v2/scrape/{jobId}/interact` with a natural-language prompt or Playwright code to take actions on the page. See the [Interact documentation](/features/interact) for full details and examples.