Febspot Video Downloader 🎥 avatar
Febspot Video Downloader 🎥

Pricing

$19.99/month + usage

Go to Apify Store
Febspot Video Downloader 🎥

Febspot Video Downloader 🎥

Extract and download videos from Febspot.com with high quality. Get video metadata including title, author, duration, thumbnail and direct download URLs. Perfect for content creators and media archivists.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

29

Total users

3

Monthly active users

9 days ago

Last modified

Share

🚀 Features

  • Extract videos from Febspot.com URLs
  • Get high-quality direct download links
  • Retrieve comprehensive video metadata
  • Support batch processing of multiple URLs
  • Fast and reliable performance

📋 Input Parameters

The actor accepts the following input parameters:

FieldTypeDescription
linksArrayList of Febspot video URLs to process

🔍 Output Format

For each processed URL, the actor provides:

  • Video title and author
  • Source platform information
  • Video duration
  • Thumbnail URL
  • Direct download links with quality options
  • Processing status and any error messages

💡 Use Cases

  • Content creators collecting video materials
  • Media archivists preserving online content
  • Researchers gathering video datasets
  • Social media managers curating content

📝 Notes

  • Please ensure you have the right to download and use the videos
  • Some videos might be region-restricted or private

Input Example

A full explanation of an input example in JSON.

{
"links": [
"https://www.febspot.com/video/2329200"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://www.febspot.com/video/2329200",
"result": {
"url": "https://www.febspot.com/video/2329200",
"title": "Skeleton dance with police hhhh",
"author": "Stemen",
"source": "febspot",
"thumbnail": "https://www.febspot.com/contents/videos_screenshots/2329000/2329200/preview_720p.mp4.jpg",
"duration": "P0Y0M0DT0H0M13S",
"medias": [
{
"url": "https://www.febspot.com/get_file/27/76268b851a262bc72f7fca9915f549ce/2329000/2329200/2329200_720p.mp4",
"quality": "Full HD",
"extensiom": "mp4",
"type": "video"
}
],
"type": "single",
"error": false,
"time_end": 1461
}
}
]