From 2df5c2a9310d4fbe9606eacdfa0adcab2f86b64d Mon Sep 17 00:00:00 2001 From: iuyua9 Date: Wed, 6 May 2026 12:48:36 +0800 Subject: [PATCH] docs: use jobId in scrape interact reference --- api-reference/endpoint/scrape.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/endpoint/scrape.mdx b/api-reference/endpoint/scrape.mdx index 9cc6db3a9..835460204 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.