Febspot Video Downloader ๐ŸŽฅ avatar
Febspot Video Downloader ๐ŸŽฅ

Pricing

$19.99/month + usage

Go to Store
Febspot Video Downloader ๐ŸŽฅ

Febspot Video Downloader ๐ŸŽฅ

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

2

26

5

Last modified

3 days ago

๐Ÿš€ 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
}
}
]