Startpage Search Scraper avatar

Startpage Search Scraper

Pricing

from $1.99 / 1,000 startpage search scraper results

Go to Apify Store
Startpage Search Scraper

Startpage Search Scraper

Scrapes Startpage web results with titles, URLs, snippets, sitelinks, dates, language, region, and source metadata. Signed proxy URLs are excluded from the dataset.

Pricing

from $1.99 / 1,000 startpage search scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrapes Startpage web results with titles, URLs, snippets, sitelinks, dates, language, region, and source metadata. Signed proxy URLs are excluded from the dataset.

What this Actor collects

The Actor converts structured search results into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 34-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Search and competitor research
  • Ranking and visibility monitoring
  • Dataset and workflow enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYes"artificial intelligence"The search query to look up on Startpage.
maxItemsintegerNo50Maximum number of search results to scrape.
languagestringNo"english"Language for results. Use Startpage language values: 'english', 'deutsch', 'français', 'español', etc.
regionstringNo""Region/country code for localized results (e.g. 'us', 'gb', 'de', 'in', 'fr'). Leave empty for global results.
safeSearchstringNo"moderate"Safe search filter level.
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Residential proxies strongly recommended for Startpage — it actively blocks datacenter IPs.

Example input

{
"query": "privacy search",
"maxItems": 50,
"language": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"region": "us",
"safeSearch": "moderate"
}

Output

The default dataset contains one item per web search result. The following are the most useful fields; availability can vary by result type and source response.

FieldTypeDescription
positionintegerPosition
titlestringTitle
displayedUrlstringDisplayed URL
snippetstringSnippet
datestringDate
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML
displayUrlstringDisplay URL

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Startpage - Private Search Engine. No Tracking. No Search History.",
"displayedUrl": "https://www.startpage.com/",
"snippet": "Privacy starts here. ; Desktop extension. Search privately without tracking; No saving, sharing, or selling your data ; Mobile browser app. The easiest way to use ...",
"searchQuery": "privacy search",
"scrapedAt": "2026-07-23T12:28:16.094Z",
"link": "https://www.startpage.com/",
"domain": "startpage.com",
"language": "en",
"region": "us"
}