Startpage News Scraper
Pricing
from $1.99 / 1,000 startpage news scraper results
Startpage News Scraper
Scrapes Startpage News for any query. Extracts the full canonical news-vertical schema: title, source, snippet, dates, thumbnail, category, language, region, authors, anonymous-view URL, and more.
Pricing
from $1.99 / 1,000 startpage news scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrapes Startpage News for any query. Extracts the full canonical news-vertical schema: title, source, snippet, dates, thumbnail, category, language, region, authors, anonymous-view URL, and more.
What this Actor collects
The Actor converts news and article 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 37-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- News monitoring
- Publisher and topic research
- Article-feed enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "artificial intelligence" | The news search query. |
maxItems | integer | No | 50 | Maximum number of news articles to scrape. |
language | string | No | "english" | Language for results (e.g. 'english', 'deutsch', 'français'). |
region | string | No | "" | Region/country code for localized news (e.g. 'us', 'gb', 'de', 'in'). |
proxyConfiguration | object | No | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings. Residential proxies strongly recommended. |
Example input
{"query": "world news","maxItems": 50,"language": "en","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"region": "us"}
Output
The default dataset contains one item per news article result. The following are the most useful fields; availability can vary by source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
source | string | Source |
sourceDomain | string | Source Domain |
snippet | string | Snippet |
date | string | Date |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title HTML |
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": "World | Latest News & Updates - BBC","source": "BBC","sourceDomain": "bbc.com","searchQuery": "world news","scrapedAt": "2026-07-23T12:27:46.447Z","description": "2 hours ago ... World · US signs landmark nuclear deal with Saudi Arabia · Houthis claim attack on oil tankers as US launches more strikes on Iran · Canada's …","url": "https://www.bbc.com/news/world","sourceUrl": "https://www.bbc.com/news/world","language": "en","region": "us"}