Ecosia Videos Scraper avatar

Ecosia Videos Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Ecosia Videos Scraper

Ecosia Videos Scraper

Under maintenance

Scrapes normalized video search results from Ecosia.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

Scrapes normalized video search results from Ecosia.

What this Actor collects

The Actor converts Ecosia video results into one clean JSON record per video, including video and embed URLs, channel or publisher, duration and view data, publication time, thumbnails, platform, page position, locale, and search provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 68-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. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"artificial intelligence"Keywords to search for videos on Ecosia.
maxItemsintegerNo25Maximum number of complete, unique video records to save.
maxPagesintegerNo3Maximum number of Ecosia video-result pages to inspect.
regionstringNo"us-en"Country-language code used for browser locale and dataset context, such as us-en.
proxyConfigurationobjectNo{"useApifyProxy":false}Optional Apify Proxy configuration for blocked hosted requests.
maxRequestRetriesintegerNo3Maximum retries with fresh browser/proxy sessions after transient failures.
requestTimeoutSecsintegerNo90Maximum request-handler duration in seconds.
navigationTimeoutSecsintegerNo60Maximum browser navigation duration in seconds.
headlessbooleanNotrueRun the browser without a visible UI.

Example input

{
"query": "artificial intelligence",
"maxItems": 25,
"maxPages": 1,
"proxyConfiguration": {
"useApifyProxy": false
},
"region": "us-en",
"maxRequestRetries": 3,
"requestTimeoutSecs": 90,
"navigationTimeoutSecs": 60,
"headless": true
}

Output

The default dataset contains one item per video result. The following are the most useful fields; engagement, channel, date, resolution, and embed metadata depend on the source response.

FieldTypeDescription
positionintegerPosition
titlestringTitle
urlstringVideo URL
thumbnailUrlstringThumbnail URL
channelstringChannel
durationstringDuration
viewCountintegerView Count
publishedAtRawstringPublished At Raw
platformstringPlatform
pageintegerPage
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
snippetstringSnippet
linkstringVideo Link

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": "Elon Musk: AI will be smarter than humans in five years | The Economist",
"url": "https://www.youtube.com/watch?v=qOpM0Ar_0OY",
"thumbnailUrl": "https://i.ytimg.com/vi/qOpM0Ar_0OY/hqdefault.jpg",
"duration": "02:23",
"publishedAtRaw": "July 23, 2026",
"platform": "YouTube",
"page": 1,
"searchQuery": "artificial intelligence",
"scrapedAt": "2026-07-23T18:31:48.015Z",
"type": "video",
"description": "“There really won't be anything that AI can’t do better than humans, apart from being human, perhaps” says Elon Musk. On the latest Insider, he tells Zanny Minton Beddoes, The Eco…"
}