πŸ§ͺ All Social Media Scraper (Testing Mode – $0.01 for now!) avatar
πŸ§ͺ All Social Media Scraper (Testing Mode – $0.01 for now!)

Pricing

Pay per usage

Go to Store
πŸ§ͺ All Social Media Scraper (Testing Mode – $0.01 for now!)

πŸ§ͺ All Social Media Scraper (Testing Mode – $0.01 for now!)

Developed by

Jeff Halverson

Maintained by Community

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

0.0 (0)

Pricing

Pay per usage

0

Monthly users

5

Runs succeeded

>99%

Last modified

5 days ago

πŸ“„ Blog & Media Content Scraper

This actor crawls blogs, news, and content-heavy websites to extract valuable structured content, including:

  • βœ… Page Title
  • 🧠 Meta Description, Keywords, and Publish Date
  • ✍️ Readable article sections (smart detection of .article, .post, .entry)
  • πŸ–ΌοΈ Image URLs
  • πŸ“Ή Videos grouped by file type (e.g., mp4, mkv, flv, 3gp)
  • πŸ“€ Structured JSON + CSV output via Apify dataset

πŸ’‘ Use Cases

  • 🧠 Fine-tune GPT models with your blog or publication data
  • ✍️ Build summarizers, translators, SEO tools, or content aggregators
  • πŸ•΅οΈ Monitor competitor or client site content
  • πŸ“° Collect articles and media for newsletters, research, or knowledge bases
  • πŸ” Turn messy blog pages into clean, machine-readable content

πŸ“¦ ChangeLog

πŸ†• v1.0 – Full Release

  • βœ… Removed testing mode – now production-ready
  • πŸ“Ή Video extraction is now grouped by file type (e.g., mp4, mkv, 3gp)
  • πŸ”— Extracts all page links into the links field
  • 🧠 Auto-tags media-rich pages if more than 30 images/videos are found
  • πŸ“€ Includes direct CSV export links for images and videos
  • πŸ” Improved article detection and meta extraction

πŸ“₯ Input

The 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}

Pricing

Pricing model

Pay per usage

This Actor isΒ paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.