String Web Access API
Get Started

Choosing an endpoint

Fetch vs Search vs Browser vs Screenshots — pick the right tool.

The String Web Access API exposes a few endpoints that solve different problems. Reach for the lightest one that gets the job done — it's faster and cheaper.

Rule of thumb

A good escalation path is Search → Fetch → Browser:

  1. Search to find the right pages for a query.
  2. Fetch to quickly pull content or structured data from those pages.
  3. Browser when a page needs real interaction — logins, complex navigation, or anything a single request can't reach.

Most workloads only ever need Fetch.

On this page