Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/scrape.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ It is important to almost always use the `wait` action before/after executing ot

For workflows that require richer browser control after scraping, such as authenticated sessions, multi-step navigation, or a live view of the page, we recommend [Interact](/features/interact) over extending the actions array.

## Persistent browser profiles

`/scrape` accepts the same `profile` parameter as the Browser and Interact endpoints. Passing `profile: { name: "<your-profile-name>" }` reuses a named browser profile across scrapes so cookies, `localStorage`, and other browser state are preserved between calls. See [Persistent Sessions](/features/browser#persistent-sessions) for the full profile lifecycle, including `saveChanges` semantics and the single-writer (`409`) constraint.

## Location and Language

Specify country and preferred languages to get relevant content based on your target location and language preferences.
Expand Down