Tutorials
Scraper API tutorials
Copy-paste tutorials for pulling data from every major platform. Each one has runnable code in Python, Node.js, and cURL, plus a real, unedited API response.
- How to scrape Instagram profilesGet a profile's follower and following counts, bio, verification status, post count, external URL, avatar, and a computed engagement rate.
- How to scrape Instagram commentsGet each comment's text, author, like count, timestamp, and reply count for a given post URL, with cursor pagination.
TikTok
- How to scrape TikTok commentsGet every comment on a video with its text, author, like count, and reply count, paginated by cursor.
- How to scrape TikTok profilesGet a creator's follower count, likes, video count, bio, verification, and avatar, plus a computed engagement rate.
- How to scrape LinkedIn profilesGet a member's headline, current role, location, follower and connection counts, and profile photo from a public profile URL, with no logged-in account required.
- How to scrape LinkedIn company pagesGet a company's industry, headcount, follower count, headquarters, website, founding year, and logo from its public page URL.
YouTube
- How to scrape YouTube channelsGet a channel's subscriber count, total views, video count, description, country, and thumbnails by handle, channel id, or URL.
- How to scrape YouTube transcriptsGet the full timestamped transcript of any public video from its watch URL, ready for summarization or search.
- How to scrape Reddit search resultsGet matching posts with title, subreddit, author, score, comment count, and permalink for any search query, with no OAuth app required.
Truth Social
- How to scrape Truth Social postsGet a user's posts with text, media, timestamp, and reply, repost, and like counts, paginated by cursor.
X
- How to scrape Twitter (X) profilesGet a handle's follower and following counts, bio, verification, location, join date, and avatar without the paid X API.
- How to scrape Twitter (X) tweetsGet a user's recent tweets with text, media, timestamp, and reply, retweet, and like counts, paginated by cursor.
- How to scrape Facebook profilesGet a page's name, category, like and follower counts, about text, website, and profile photo from its public URL.
- How to scrape Facebook Marketplace listingsGet listings matching a query near a latitude/longitude, each with title, price, location, and image.
Threads
- How to scrape Threads profilesGet a Threads user's follower count, bio, verification, and avatar by handle.
Snapchat
- How to scrape Snapchat profilesGet a public Snapchat profile's display name, subscriber count, bio, and avatar by username.
- How to scrape Pinterest search resultsGet pins matching a query with title, description, image, and source link.
Twitch
- How to scrape Twitch videosGet a channel's past broadcasts and highlights with title, view count, duration, and thumbnail.
Google Trends
- How to scrape Google Trends dataGet interest-over-time and related rising queries for one or more keywords, since Google publishes no official Trends API.
