Dailymotion Scraper avatar

Dailymotion Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Dailymotion Scraper

Dailymotion Scraper

Scrape Dailymotion - search videos by keyword, browse trending videos, get videos from a specific user/channel, or browse by topic. Extracts title, views, likes, duration, thumbnail, tags, owner info, and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Scrape video data from Dailymotion — one of the world's largest video platforms. Extract video titles, views, likes, duration, thumbnails, tags, channel information, and more. Supports searching by keyword, browsing trending videos, fetching videos from a specific user, or browsing by topic/category.

What can this actor do?

  • Search videos by any keyword across the full Dailymotion library
  • Browse trending videos globally or filtered by language/country
  • Get videos from a user/channel by Dailymotion username
  • Browse by topic (news, sport, tech, music, animals, gaming, and more)
  • Filter results by language and country
  • Filter by video duration (minimum/maximum seconds)
  • Control the sort order (relevance, recent, most viewed all-time/week/month, trending)

Output

Each record contains:

FieldTypeDescription
videoIdStringDailymotion video ID
titleStringVideo title
descriptionStringVideo description
ownerUsernameStringChannel/user name
ownerUrlStringChannel profile URL
ownerVideosTotalIntegerTotal videos published by the channel/user
ownerFollowersIntegerChannel follower count
viewsIntegerTotal view count
likesIntegerTotal like count
commentsIntegerTotal comment count
bookmarksIntegerTotal bookmark/save count
durationIntegerDuration in seconds
publishedAtStringPublication date (ISO 8601)
updatedAtStringLast update date (ISO 8601)
thumbnailUrlStringVideo thumbnail image URL
thumbnailUrlLargeStringHigher-resolution (720px) thumbnail image URL
videoUrlStringDirect video page URL
embedUrlStringEmbeddable player URL
ownerAvatarUrlStringChannel/user avatar image URL
ownerVerifiedBooleanWhether the channel/user is Dailymotion-verified
allowEmbedBooleanWhether the video allows embedding on other sites
widthIntegerVideo width in pixels
heightIntegerVideo height in pixels
aspectRatioNumberFrame aspect ratio (e.g. 1.77778 for 16:9)
availableFormatsArrayAvailable stream qualities (e.g. sd, hq, hd720, hd1080)
modeStringContent mode — vod for on-demand or live for livestreams
tagsArrayVideo tags/keywords
channelStringTopic/channel name
languageStringVideo language code
countryStringCountry code
explicitBooleanWhether content is marked explicit
sourceUrlStringURL that was scraped
scrapedAtStringScrape timestamp (ISO 8601)
recordTypeStringAlways "video"

Input

Mode

ModeDescriptionRequired fields
searchSearch videos by keywordsearchQuery
trendingGet trending videos
byUserGet videos from a specific userusername
byTopicBrowse videos by topic/categorytopic

Example inputs

Search for technology news:

{
"mode": "search",
"searchQuery": "technology news",
"maxItems": 20
}

Get trending videos in English:

{
"mode": "trending",
"language": "en",
"maxItems": 50
}

Get videos from BBC News channel:

{
"mode": "byUser",
"username": "bbcnews",
"maxItems": 30
}

Browse tech topic, short videos only:

{
"mode": "byTopic",
"topic": "tech",
"maxDuration": 300,
"maxItems": 25
}

Use cases

  • Media monitoring — track news and video content from specific publishers
  • Content research — discover popular videos on a topic for competitor analysis
  • Data analytics — analyze view counts, engagement metrics, and publishing trends
  • SEO and keyword research — identify trending video topics and keywords
  • Academic research — collect video metadata for social media studies
  • Marketing intelligence — monitor brand mentions and video content across Dailymotion

Frequently Asked Questions

Does this require a Dailymotion account or API key? No. This scraper uses Dailymotion's public API which does not require authentication.

How many videos can I scrape? Up to 1000 per run using the maxItems setting.

Can I scrape videos from a private account? No. Only publicly accessible videos are returned.

Does it work for all countries? Yes. Dailymotion is a global platform. Use the language and country filters to narrow results by region.

Can I get the actual video file URL? No. The actor returns the video page URL and embed URL, not a direct download link. Downloading video files may violate Dailymotion's terms of service.

What topics are available? The actor supports 17 built-in topics: News, Sport, Animals, Travel, Gaming (videogames), Tech, Music, Auto/Cars (auto), Comedy & Entertainment (fun), Creative (creation), School/Education (school), TV, Lifestyle & How-to (lifestyle), Celeb (people), Kids, Movies (shortfilms), and Webcam — plus any other valid Dailymotion channel slug entered manually.

What sorting options exist? Relevance, most recent, trending, most viewed (all-time), most viewed this week, and most viewed this month.

Data source

Data is fetched from the Dailymotion public API (api.dailymotion.com). No proxy or residential IP is required.