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.

VIDEOSSOCIAL_MEDIAINTEGRATIONSApify

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

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!