I am aiming at making a scraper that not only is good in any use case but also meets everyones need perfectly on top of leaving money in ur pocket. I dont aim to make something amazing and then demand ur paycheck for its use. So feedback is greatly appreciated (good or bad fyi as both crucial)...TY
This actor crawls blogs, news, and content-heavy websites to extract valuable structured content, including:
.article
, .post
, .entry
)🆕 v1.0 – Full Release
links
fieldThe actor accepts the following input:
1{ 2 "startUrls": [{ "url": "https://example.com" }], 3 "maxRequestsPerCrawl": 50, 4 "maxConcurrency": 5 5} 6--- 7 8## 📤 Output 9 10The actor publishes the following structured JSON output: 11 12```json 13{ 14 "url": "https://sample-videos.com", 15 "title": "Download Sample Videos / Dummy Videos For Demo Use", 16 "meta": { 17 "description": "Download sample video or test video for your testing purpose. We provides you different types of video formats with different size.", 18 "keywords": "download sample clip, free clip download, download demo clip, download demo video, download dummy video, download video, download sample video, download video for developer, download mp4 video, download flv video, download mkv video", 19 "publishDate": null 20 }, 21 "articles": [ 22 { 23 "title": "Download Sample Videos", 24 "link": "https://sample-videos.com/", 25 "summary": "Are you looking for videos of different resolution and sizes to test while designing or developing a mobile app?", 26 "author": null, 27 "date": null 28 } 29 ], 30 "images": [ 31 "https://sample-videos.com/images/imgw.png" 32 ], 33 "videos": { 34 "mp4": [ 35 "https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_10mb.mp4" 36 ], 37 "flv": [], 38 "mkv": [], 39 "3gp": [] 40 }, 41 "links": [ 42 "https://sample-videos.com/index.php#sample-mp4-video", 43 "https://sample-videos.com/download-sample-jpg-image.php" 44 ], 45 "exports": { 46 "videoCsv": "https://api.apify.com/v2/datasets/iphP0fH83dPWkUFbG/items?format=csv&fields=videos", 47 "imageCsv": "https://api.apify.com/v2/datasets/iphP0fH83dPWkUFbG/items?format=csv&fields=images" 48 }, 49 "autoTag": { 50 "type": "media" 51 } 52}
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!