Yes, when the data is visible in a browser state you can reach. Background mode handles routine pages. Foreground mode lets you watch loading. Assisted mode waits while you perform the interaction that reveals the data, then continues only when you are ready.
Capture modes
Choose how much browser control you need
| Mode | Browser behavior | Good fit |
|---|---|---|
| Background | Captures in a hidden browser and can fall back visibly when the first attempt returns no useful rows. | Most public JavaScript pages |
| Foreground | Opens the browser visibly and captures automatically. | Watching loading or diagnosing a page |
| Assisted | Opens visibly and waits for you to prepare the page before capture. | Filters, consent, login, tabs, and manual scrolling |
Assisted workflow
Keep the interaction human and the output structured
Start Assisted mode
A visible browser opens the source page using the local capture service.
Reach the useful state
Apply the filters, dismiss consent, open the tab, or scroll until the records are visible.
Confirm capture
Tell ScrapeNow the page is ready. It captures the prepared state and extracts your fields.
Good fits
Dynamic patterns this approach can handle
Wait for JavaScript to render the records before capture.
Choose the relevant category, date, location, or tab personally.
Accept or reject the available options before continuing.
Scroll until the records you need are present in the captured page state.
What to expect
Rendered does not mean unrestricted
- ScrapeNow does not bypass CAPTCHAs, bot protection, access controls, or site restrictions.
- You must be able to reach and view the data lawfully in the local browser.
- Only content present in the prepared page state can be captured.
- Infinite scrolling may require you to scroll far enough to load every desired record.
- A site can still change, block automation, or prohibit collection under its terms.
For the complete mode behavior, see the capture mode documentation.
Related workflows