Febspot Video Downloader 🎥 avatar

Febspot Video Downloader 🎥

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Febspot Video Downloader 🎥

Febspot Video Downloader 🎥

easyapi/febspot-video-downloader
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

🚀 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.

1{
2    "links": [
3        "https://www.febspot.com/video/2329200"
4    ]
5}

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.

1[
2    {
3        "url": "https://www.febspot.com/video/2329200",
4        "result": {
5            "url": "https://www.febspot.com/video/2329200",
6            "title": "Skeleton dance with police hhhh",
7            "author": "Stemen",
8            "source": "febspot",
9            "thumbnail": "https://www.febspot.com/contents/videos_screenshots/2329000/2329200/preview_720p.mp4.jpg",
10            "duration": "P0Y0M0DT0H0M13S",
11            "medias": [
12                {
13                    "url": "https://www.febspot.com/get_file/27/76268b851a262bc72f7fca9915f549ce/2329000/2329200/2329200_720p.mp4",
14                    "quality": "Full HD",
15                    "extensiom": "mp4",
16                    "type": "video"
17                }
18            ],
19            "type": "single",
20            "error": false,
21            "time_end": 1461
22        }
23    }
24]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago