Startpage Video Scraper avatar

Startpage Video Scraper

Pricing

from $1.99 / 1,000 startpage video scraper results

Go to Apify Store
Startpage Video Scraper

Startpage Video Scraper

Scrapes Startpage Videos for any query. Extracts the full canonical video-vertical schema: title, URL, platform, channel, duration, views, likes, dates, thumbnail, dimensions, language, region, category, tags, anonymous-view URL, and more.

Pricing

from $1.99 / 1,000 startpage video 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

2 days ago

Last modified

Share

Scrapes Startpage Videos for any query. Extracts the full canonical video-vertical schema: title, URL, platform, channel, duration, views, likes, dates, thumbnail, dimensions, language, region, category, tags, anonymous-view URL, and more.

What this Actor collects

The Actor converts video results and media metadata 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 43-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Video discovery
  • Publisher and topic monitoring
  • Media-catalog 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 tutorial"The video search query.
maxItemsintegerNo50Maximum number of videos to scrape.
languagestringNo"english"Language for results (e.g. 'english', 'deutsch', 'français').
regionstringNo""Region/country code (e.g. 'us', 'gb', 'de', 'in').
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Residential proxies strongly recommended.

Example input

{
"query": "tutorial",
"maxItems": 50,
"language": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"region": "us"
}

Output

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

FieldTypeDescription
positionintegerPosition
titlestringTitle
platformstringPlatform
durationstringDuration
viewsstringViews
channelstringChannel
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle 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": "Funny Escalator Tutorial #katebrush #tutorial #shorts",
"platform": "YouTube",
"duration": "0:10",
"views": "10M views",
"searchQuery": "tutorial",
"scrapedAt": "2026-07-23T12:28:47.387Z",
"url": "https://www.youtube.com/watch?v=n5OAA0SeWnA",
"domain": "youtube.com",
"durationSeconds": 10,
"publishedAt": "1 year ago",
"language": "en"
}