Pulls posts, profiles, comments, hashtags, or trends from social platforms including Instagram, TikTok, X/Twitter, Reddit, Facebook, Threads, and Pinterest. Returns structured records with engagement metrics, timestamps, and author details.
You want structured social content or engagement metrics from a named platform, profile, hashtag, or post.
Video platforms (use the video operation), or sites that require your own login.
~60 credits / run (up to 5000)
A small, capped pull is the usual case; larger pulls cost more as the record count rises.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A profile URL, post URL, or handle to scrape when you know the specific account.
A keyword, hashtag, or search term to discover posts when you do not have a specific URL.
The social platform to scrape (Instagram, TikTok, Twitter, Reddit, Facebook, Threads, Pinterest).
Roughly how many records to return; a small number is recommended to control cost.
A list of structured social content records (posts, profiles, or comments) with engagement data.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Site Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/site-scrapers/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"social_media","target":"https://www.instagram.com/natgeo/","query":"#sustainablefashion","platform":"Instagram","limit":"25"}}'Example requests