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.
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
links | Array | List of Febspot video URLs to process |
For each processed URL, the actor provides:
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://www.febspot.com/video/2329200" 4 ] 5}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!