XVideos Search Rank & Keyword Extractor avatar

XVideos Search Rank & Keyword Extractor

Pricing

Pay per usage

Go to Apify Store
XVideos Search Rank & Keyword Extractor

XVideos Search Rank & Keyword Extractor

Fast, lightweight scraper to extract search rankings, video metadata, view counts, ratings, and uploader info for target keywords on XVideos. Ideal for content creators, SEO tag research, and competitor analysis. Export to JSON, CSV, or Excel.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

XPD

XPD

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

12 days ago

Last modified

Share

🔍 XVideos Search Rank & Keyword Extractor

Fast, cost-effective, and lightweight Apify Actor designed to extract video search rankings, metadata, view counts, ratings, and uploader details for given search terms on XVideos.

Built on CheerioCrawler, this tool bypasses heavy headless browsers—delivering results up to 10x faster while using minimal compute memory.


⚡ Features

  • Search Rank Tracking: Collect video ranking positions ($1, 2, 3 \dots$) for specific search terms.
  • Rich Metadata: Extract video title, URL, duration, view count, rating percentage, uploader/channel name, and thumbnail link.
  • Multi-Keyword Support: Run batches of search keywords in a single execution.
  • Custom Pagination: Set exact maximum video limits per search term.
  • Export-Ready Data: Download output in JSON, CSV, Excel, XML, or integrate directly via API and Webhooks.

🎯 Use Cases

  • SEO & Tag Research: Analyze high-performing titles and keyword demand to optimize content discoverability.
  • Competitor Intelligence: Monitor search visibility for key terms over time and benchmark against competitor uploaders.
  • Trend & Market Analysis: Track overall view trends and engagement metrics across specific video categories.

📥 Input Parameters

ParameterTypeRequiredDefaultDescription
searchKeywordsArrayYes["fitness"]List of search phrases or keywords to scrape search rank results for.
maxResultsPerKeywordIntegerNo20Max number of video rankings to extract per search keyword.
proxyConfigurationObjectNo{ "useApifyProxy": true }Proxy settings to bypass IP rate limits.

Example Input JSON

{
"searchKeywords": ["fitness", "vlog"],
"maxResultsPerKeyword": 20,
"proxyConfiguration": {
"useApifyProxy": true
}
}
### Example Output JSON
[
{
"searchKeyword": "fitness",
"rankPosition": 1,
"title": "Morning Routine & Workout Session",
"url": "[https://www.xvideos.com/video1234567/morning_routine](https://www.xvideos.com/video1234567/morning_routine)",
"duration": "12 min",
"views": "1.2M",
"rating": "96%",
"uploader": "FitnessStudio",
"thumbnailUrl": "[https://static-thumbs.xvideos.com/thumbs123/img.jpg](https://static-thumbs.xvideos.com/thumbs123/img.jpg)",
"scrapedAt": "2026-08-01T15:30:00.000Z"
}
]