# Apify Store

> Apify Store is the largest marketplace of tools for AI: 57,000+ ready-to-run tools called _Actors_ that let agents and developers collect web data, automate workflows, and connect APIs. An Actor takes a JSON input, runs in the cloud, and returns structured data. This file is regenerated daily from public Store data: it lists the most popular Actors overall and per use case, and the full catalog is searchable via the API below.

## How to find and run Actors

- Recommended for agents — MCP: connect to `https://mcp.apify.com` (Streamable HTTP; OAuth with dynamic client registration, or your Apify API token as Bearer), a hosted Model Context Protocol server that lets you search the catalog, inspect input schemas, run Actors, and retrieve results as tools over one persistent connection.
- Search the full catalog over HTTP (public, no auth): `GET https://api.apify.com/v2/store?search={keywords}&category={CATEGORY}&limit=10` returns JSON ranked by relevance. Search by platform, data source, or a comparable product ("google maps", "amazon", "apollo") rather than your end goal — task phrases like "coffee shops in Prague" match poorly — and pass `category=` whenever one fits. Add `sortBy=popularity` only to browse a category's most-used Actors; it overrides relevance and can bury exact matches. Valid categories: AI, AGENTS, AUTOMATION, DEVELOPER_TOOLS, ECOMMERCE, FOR_CREATORS, JOBS, LEAD_GENERATION, NEWS, SEO_TOOLS, SOCIAL_MEDIA, TRAVEL, VIDEOS, REAL_ESTATE, INTEGRATIONS, OPEN_SOURCE, MCP_SERVERS. Each result carries exact prices (`currentPricingInfo`), `isWhiteListedForAgenticPayments`, and usage stats nested under `stats` (30-day run counts on most Actors; fetch `GET https://api.apify.com/v2/acts/{username}~{actor-name}` when missing).
- Inspect an Actor: append `.md` to its lowercase URL for a markdown mirror with the full README and input schema: `https://apify.com/{username}/{actor-name}.md` (mixed-case URLs redirect — follow redirects).
- Running Actors needs an Apify account and API token (the free plan includes $5 of monthly usage credit, no credit card): sign up at https://console.apify.com/sign-up?utm_source=store.md, then copy your token at https://console.apify.com/settings/integrations.
- Run an Actor and get results in one call (runs up to 5 minutes): `POST https://api.apify.com/v2/acts/{username}~{actor-name}/run-sync-get-dataset-items?token={token}` with the Actor's JSON input as the request body. For longer jobs run async: `POST /v2/acts/{username}~{actor-name}/runs`, poll `GET /v2/actor-runs/{runId}`, then `GET /v2/datasets/{datasetId}/items` (add `?format=csv` for CSV).
- Recurring jobs: create a Schedule with a cron expression (`POST /v2/schedules` — https://docs.apify.com/schedules.md), and attach a webhook (`POST /v2/webhooks`) to push each finished run's results to your endpoint or chain another Actor.
- No account? Agents can buy a prepaid, spend-capped API token via agentic payment protocols (x402/MPP) at https://agi.apify.com. Not every Actor accepts agentic payments — check `isWhiteListedForAgenticPayments` in the Store API response first. Meter your spending from each run's `usageTotalUsd` (`GET https://api.apify.com/v2/actor-runs`, Bearer auth) — the AGI balance endpoint settles with a delay.
- Platform docs index: https://docs.apify.com/llms.txt · Site overview: https://apify.com/llms.txt

Each entry follows the template `- [name](url) — description (users, rated R/5 (N reviews), pricing model)`; the facts are always the last parenthesised group, and the name and URL are the markdown link that opens the line. The description and its ` — ` separator are omitted for Actors without a description, and the rating is omitted for Actors without reviews. Pricing models: "pay per event" and "pay per result" mean fixed developer-set prices per action or result; "pay per usage" means you pay for the compute a run consumes; "monthly rental" is a flat subscription. Exact prices are in the Store API's `currentPricingInfo` (tiered by plan — the FREE tier is what a new account pays); Actor `.md` mirrors usually include pricing too.

## Top 100 Actors by popularity

Ranked by the Store's popularity score, which favors recent usage and quality — not lifetime user count.

- [Google Maps Scraper](https://apify.com/compass/crawler-google-places) — Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more… (549K users, rated 4.7/5 (1.7K reviews), pay per event)
- [Instagram Scraper](https://apify.com/apify/instagram-scraper) — Extract Instagram posts, reels, profiles, places, hashtags, carousels, and comments. Get data from Instagram using one or more Instagram URLs or search queries: content, context, metrics, metadata… (356K users, rated 4.8/5 (522 reviews), pay per event)
- [Website Content Crawler](https://apify.com/apify/website-content-crawler) — Crawl websites and extract text content to feed AI models, LLM applications, vector databases, or RAG pipelines. The Actor supports rich formatting using Markdown, cleans the HTML, downloads files… (146K users, rated 4.5/5 (214 reviews), pay per usage)
- [TikTok Scraper](https://apify.com/clockworks/tiktok-scraper) — Extract data from TikTok videos, hashtags, and users. Use URLs or search queries to scrape TikTok profiles, hashtags, posts, URLs, shares, followers, hearts, names, video, and music-related data… (233K users, rated 4.8/5 (352 reviews), pay per event)
- [YouTube Scraper](https://apify.com/streamers/youtube-scraper) — YouTube crawler and video scraper. Alternative YouTube API with no limits or quotas. Extract and download channel name, likes, number of views, and number of subscribers. (102K users, rated 4.9/5 (192 reviews), pay per event)
- [✨Mass Linkedin Profile Scraper with Email 📧 (No Cookies)](https://apify.com/dev_fusion/Linkedin-Profile-Scraper) — 🚀 Extract full LinkedIn profile insights: verified email 📧, phone number 📞, work history, education, and more... (62K users, rated 3.7/5 (160 reviews), pay per event)
- [Instagram Reel Scraper](https://apify.com/apify/instagram-reel-scraper) — Scrape or download Instagram reels. Just add Instagram profile or reel URL, and get caption, timestamp, transcript, hashtags, mentions, tagged users, comments, likes, shares, views, duration, and… (129K users, rated 3.8/5 (97 reviews), pay per event)
- [✨Leads Finder - $1.5/1k leads with Emails \[Apollo Alternative\]](https://apify.com/code_crafter/leads-finder) — ✅ Affordable alternative to ZoomInfo, Lusha & Apollo. ✅ Get Business email, 📞Mobile Number, Personal email, LinkedIn profiles, company details etc.. (44K users, rated 3.8/5 (532 reviews), pay per event)
- [Instagram Profile Scraper](https://apify.com/apify/instagram-profile-scraper) — Scrape all Instagram profile info. Just add Instagram usernames, IDs or URLs and extract name, join date, number of followers, location, bio, website, related profiles, video&post count, latest posts… (190K users, rated 4.7/5 (151 reviews), pay per event)
- [Google Maps Extractor](https://apify.com/compass/google-maps-extractor) — Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more… (94K users, rated 4.9/5 (223 reviews), pay per event)
- [🏯 Tweet Scraper V2 - X / Twitter Scraper](https://apify.com/apidojo/tweet-scraper) — ⚡️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.40 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses!… (72K users, rated 4.2/5 (187 reviews), pay per event)
- [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) — Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, AI Mode, AI overviews, ads, queries, People Also Ask, prices, reviews, like a… (162K users, rated 4.5/5 (166 reviews), pay per event)
- [📩📍 Google Maps Email Extractor](https://apify.com/lukaskrivka/google-maps-with-contact-details) — Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export… (84K users, rated 4.6/5 (217 reviews), pay per event)
- [Web Scraper](https://apify.com/apify/web-scraper) — Crawls arbitrary websites using a web browser and extracts structured data from web pages using a provided JavaScript function. The Actor supports both recursive crawling and lists of URLs, and… (123K users, rated 4.7/5 (96 reviews), pay per usage)
- [Linkedin Jobs Scraper](https://apify.com/curious_coder/linkedin-jobs-scraper) — Scrape jobs from linkedin jobs search results along with company details. Get key information to find contact info (123K users, rated 4.4/5 (122 reviews), pay per event)
- [Instagram Post Scraper](https://apify.com/apify/instagram-post-scraper) — Scrape Instagram posts. Just add one or more Instagram usernames and get your data in seconds including caption, metrics, images, mentions, coauthors, recent comments, sponsored status, video… (117K users, rated 4.7/5 (130 reviews), pay per event)
- [Facebook Posts Scraper](https://apify.com/apify/facebook-posts-scraper) — Extract posts, videos, and engagement metrics from Facebook pages. Get text captions, reactions, video transcripts, images, external links, collaborators, and more from Facebook pages and profiles… (96K users, rated 4.6/5 (216 reviews), pay per event)
- [Facebook Ad Library Scraper](https://apify.com/curious_coder/facebook-ads-library-scraper) — Scrape ads from facebook ads library search results and facebook pages. Cost: $0.75 per 1K ads (36K users, rated 4.7/5 (102 reviews), pay per event)
- [Contact Details Scraper](https://apify.com/vdrmota/contact-info-scraper) — Email extractor and lead scraper to extract and download emails, phone numbers, Facebook, Twitter, LinkedIn, Instagram, Threads, Snapchat, and Telegram profiles from any website. Extract contact… (56K users, rated 4.7/5 (89 reviews), pay per event)
- [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) — Extract data about videos, users, and channels based on hashtags or scrape full user profiles including posts, total likes, name, nickname, numbers of comments, shares, followers, following, and more. (53K users, rated 4.8/5 (70 reviews), pay per event)
- [YouTube Transcript Ninja ⚡️🥷⚡](https://apify.com/topaz_sharingan/Youtube-Transcript-Scraper-1) — Extract transcripts from YouTube videos with ease! This actor takes a YouTube video URL as input and returns the transcript of the video in the specified format. (7.8K users, rated 5.0/5 (28 reviews), pay per event)
- [TikTok Profile Scraper](https://apify.com/clockworks/tiktok-profile-scraper) — Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper… (35K users, rated 4.7/5 (55 reviews), pay per event)
- [LinkedIn Profile Search Scraper No Cookies ✅ Find all people 📧](https://apify.com/harvestapi/linkedin-profile-search) — Search for LinkedIn profiles with filters and extract detailed profile information, including work experience, education history, location and more. No cookies or account required. (35K users, rated 4.8/5 (85 reviews), pay per event)
- [Google Maps Reviews Scraper](https://apify.com/compass/Google-Maps-Reviews-Scraper) — Extract all reviews of Google Maps places using place URLs. Get review text, published date, response from owner, review URL, and reviewer's details. Download scraped data, run the scraper via API… (51K users, rated 4.8/5 (191 reviews), pay per event)
- [LinkedIn Profile Scraper + Email ✅ No Cookies](https://apify.com/harvestapi/linkedin-profile-scraper) — Extract detailed information from LinkedIn profiles in bulk, including complete work experience, education history, skills and more. No cookies or account required. (59K users, rated 4.4/5 (77 reviews), pay per event)
- [Profile Posts Scraper for LinkedIn \[No Cookies\]](https://apify.com/apimaestro/linkedin-profile-posts) — Scrape LinkedIn posts data for a given LinkedIn profile including post content, reactions, comments count, and media attachments (21K users, rated 4.8/5 (66 reviews), pay per event)
- [Instagram Hashtag Scraper](https://apify.com/apify/instagram-hashtag-scraper) — Scrape Instagram posts and reels by hashtags. Just add one or more hashtags and extract captions, locations, likes, plays, shares, comments count, images, timestamps, audio, and other hashtags. Export… (77K users, rated 3.4/5 (82 reviews), pay per event)
- [Indeed Scraper](https://apify.com/misceres/indeed-scraper) — Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and… (29K users, rated 3.8/5 (63 reviews), pay per event)
- [Linkedin Post Scraper ✅ No cookies](https://apify.com/supreme_coder/linkedin-post) — Scrape unlimited Linkedin posts without risking your Linkedin account. Live data, Super fast scraping at affordable cost. High success rate (15K users, rated 4.1/5 (54 reviews), pay per event)
- [Reddit Scraper Lite](https://apify.com/trudax/reddit-scraper-lite) — Pay Per Result, unlimited Reddit web scraper to crawl posts, comments, communities, and users without login. Limit web scraping by number of posts or items and extract all data in a dataset in… (36K users, rated 4.5/5 (38 reviews), pay per event)
- [LinkedIn Profile Posts Scraper (No Cookies)](https://apify.com/harvestapi/linkedin-profile-posts) — Extract posts from LinkedIn profiles, including content, media, engagement, reactions, comments, and more. No cookies or account required. (29K users, rated 4.3/5 (45 reviews), pay per event)
- [Twitter (X.com) Scraper Unlimited: No Limits](https://apify.com/apidojo/twitter-scraper-lite) — Introducing Twitter Scraper Unlimited, the most comprehensive Twitter data extraction solution available. Our enterprise-grade scraper offers unmatched capabilities with a transparent event-based… (31K users, rated 4.6/5 (97 reviews), pay per event)
- [Facebook Pages Scraper](https://apify.com/apify/facebook-pages-scraper) — Extract basic data from multiple Facebook Pages or Profiles. Extract Facebook page details, website, email, address, messenger, likes, followers, rating, ad running status, and other public data… (56K users, rated 4.6/5 (52 reviews), pay per event)
- [Facebook Groups Scraper](https://apify.com/apify/facebook-groups-scraper) — Extract data from one or multiple public Facebook groups. Get group and post URLs, post text, comments, timestamp, likes and comments count, and basic commentator info. Download the data in JSON, CSV… (37K users, rated 4.9/5 (77 reviews), pay per event)
- [Facebook Ads Library Scraper](https://apify.com/apify/facebook-ads-scraper) — Extract advertising data from Facebook, Instagram, WhatsApp, Threads. Get ads, publishers, prices, reach estimates, impressions, links, images, IDs, timestamps, product info, and more from Facebook Ad… (31K users, rated 4.3/5 (56 reviews), pay per event)
- [Fast YouTube Channel Scraper](https://apify.com/streamers/youtube-channel-scraper) — This alternative YouTube Data API has no limits or quotas. Use it to scrape one or multiple YouTube channels: channel info, URL, total number of subscribers, videos and views, creation date. Try it… (19K users, rated 4.6/5 (40 reviews), pay per event)
- [Instagram Comments Scraper](https://apify.com/apify/instagram-comment-scraper) — Scrape Instagram comments from posts or reels. Just add one or more Instagram post URLs to get comment text, post and comment IDs, replies, timestamp, owner IDs, usernames, profile pics. Export… (47K users, rated 3.7/5 (53 reviews), pay per event)
- [LinkedIn Company Employees Scraper ✅ No Cookies 📧](https://apify.com/harvestapi/linkedin-company-employees) — Extract all LinkedIn Company employees with filters and detailed profile information, including complete work experience, and more. No cookies or account required. This actor can try to find contact… (22K users, rated 4.5/5 (40 reviews), pay per event)
- [Facebook Comments Scraper](https://apify.com/apify/facebook-comments-scraper) — Extract data from hundreds of Facebook comments from one or multiple Facebook posts. Get comment text, timestamp, likes count and basic commenter info. Download the data in JSON, CSV, Excel and use it… (39K users, rated 4.5/5 (86 reviews), pay per event)
- [Tweet Scraper|$0.18/1K Tweets | Pay-Per Result | No Rate Limits](https://apify.com/kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest) — Only $0.18/1000 tweets for Twitter scraping, 100% reliability, swift data retrieval.This incredible low price is almost too good to be true.Thanks to our large-scale operations and efficient servers… (20K users, rated 4.6/5 (82 reviews), pay per event)
- [Profile Details Scraper for LinkedIn + EMAIL (No Cookies)](https://apify.com/apimaestro/linkedin-profile-detail) — Scrape comprehensive LinkedIn profile data including work experience, education history, certifications, and location details. Get structured information from any public LinkedIn profile using their… (18K users, rated 4.7/5 (64 reviews), pay per event)
- [Linkedin Post Search Scraper (No Cookies)](https://apify.com/harvestapi/linkedin-post-search) — Search LinkedIn Posts with advanced filters by target profiles or companies. No cookies or account required. (22K users, rated 5.0/5 (38 reviews), pay per event)
- [TikTok Comments Scraper](https://apify.com/clockworks/tiktok-comments-scraper) — Extract TikTok comments. Just add a TikTok URL and get TikTok video and profile data: comments, URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data… (39K users, rated 4.6/5 (90 reviews), pay per event)
- [Youtube Transcript Scraper](https://apify.com/pintostudio/youtube-transcript-scraper) — Looking for a reliable way to extract transcripts from YouTube videos? 🎥✨ Look no further! The YouTube-Transcript-Scraper has you covered. 🚀 It effortlessly retrieves transcripts while offering… (22K users, rated 4.8/5 (47 reviews), pay per event)
- [Leads Scraper ✅ $1/1k with EMAILS ✅ Apollo | LinkedIn Profile](https://apify.com/peakydev/leads-scraper-ppe) — 🔥 ✅ INDUSTRY Filter Fixed ✅ - Cheap ways to Extract leads with verified ☎️ Mobile ✅ Work & Personal Emails. Similar to Apollo, ZoomInfo, Lusha, LinkedIn | Google Maps (15K users, rated 3.9/5 (141 reviews), pay per event)
- [🏯 Tiktok Scraper (Pay Per Result)](https://apify.com/apidojo/tiktok-scraper) — Extract TikTok profiles, videos, hashtags, comments at 600 posts/sec. No proxy, 98% success rate. Scrape music, locations & user data with query builder. Export JSON/CSV, API integration. Perfect for… (8.9K users, rated 4.6/5 (27 reviews), pay per event)
- [YouTube Comments Scraper](https://apify.com/streamers/youtube-comments-scraper) — This alternative YouTube Data API has no limits or quotas. Extract YouTube comments data from one or multiple YouTube videos: full comment text, posting date, author username, video title, videoId… (21K users, rated 4.9/5 (42 reviews), pay per event)
- [🏯 Youtube Scraper (Pay Per Result)](https://apify.com/apidojo/youtube-scraper) — Experience unparalleled efficiency and depth with its ultra-fast capabilities in searching, URL, playlist, channel, and profile scraping. It comes equipped with a variety of filters to customize your… (7.1K users, rated 4.7/5 (21 reviews), pay per event)
- [Cheerio Scraper](https://apify.com/apify/cheerio-scraper) — Crawls websites using raw HTTP requests, parses the HTML with the Cheerio library, and extracts data from the pages using a Node.js code. Supports both recursive crawling and lists of URLs. This actor… (19K users, rated 4.7/5 (34 reviews), pay per usage)
- [Puppeteer Scraper](https://apify.com/apify/puppeteer-scraper) — Crawls websites with the headless Chrome and Puppeteer library using a provided server-side Node.js code. This crawler is an alternative to apify/web-scraper that gives you finer control over the… (15K users, rated 5.0/5 (24 reviews), pay per usage)
- [Amazon Product Scraper](https://apify.com/junglee/Amazon-crawler) — Use this Amazon scraper to collect data based on URL and country from the Amazon website. Extract product information without using the Amazon API, including reviews, prices, descriptions, and Amazon… (21K users, rated 4.4/5 (54 reviews), pay per event)
- [Instagram API Scraper](https://apify.com/apify/instagram-api-scraper) — Scrape and download Instagram posts, profiles, places, hashtags, photos without login. Supports search keywords and URL lists. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed. (18K users, rated 3.0/5 (34 reviews), pay per event)
- [🍏 Leads Finder - like Apollo](https://apify.com/microworlds/leads-finder) — ✅ Cheap alternative to Apollo, ZoomInfo & Lusha. ✅ Get business emails, LinkedIn profiles, company details etc.. (20K users, rated 3.9/5 (107 reviews), pay per event)
- [🏯 Instagram Scraper (Pay Per Result)](https://apify.com/apidojo/instagram-scraper) — Famous for its blazing-fast speed and completeness, it offers rapid and efficient scraping of many URLs such as; location, audio, tag, and profile. It's incredibly cost-effective at only $0.50 for… (8.2K users, rated 4.9/5 (36 reviews), pay per event)
- [RAG Web Browser](https://apify.com/apify/rag-web-browser) — Web search and fetch tool for AI agents and RAG pipelines. It queries Google Search, scrapes the top N pages using a full web browser, and returns their content as clean Markdown for further… (146K users, rated 4.6/5 (31 reviews), pay per usage)
- [Google Maps Scraper $1.5/1k places 📍 with emails 📧](https://apify.com/microworlds/crawler-google-places) — Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more… (16K users, rated 2.6/5 (106 reviews), pay per event)
- [🚀 Indeed jobs scraper \[PPR\]](https://apify.com/borderline/indeed-scraper) — Pay per result - Fast and reliable Indeed Job Scraper! 🚀 Extract job listings with company details effortlessly with advanced filters, avoid blocking, and enjoy lightning-speed execution. Build your… (20K users, rated 4.6/5 (36 reviews), pay per event)
- [Linkedin Profile Scraper ✅ No cookie](https://apify.com/supreme_coder/linkedin-profile-scraper) — Scrape unlimited Linkedin profiles and search URLs without risking your Linkedin account. Live data, Super fast scraping at affordable cost. High success rate. (7.9K users, rated 4.9/5 (32 reviews), pay per event)
- [Linkedin Company Details Scraper (No Cookies) ✅ Bulk](https://apify.com/harvestapi/linkedin-company) — Extract detailed information from LinkedIn Companies such as company name, address, phone numbers, website, employee count, and more. Find LinkedIn company URLs by name in Bulk. No cookies or account… (14K users, rated 4.4/5 (24 reviews), pay per event)
- [Posts Search Scraper for LinkedIn | No Cookies](https://apify.com/apimaestro/linkedin-posts-search-scraper-no-cookies) — Scrape LinkedIn posts by keyword without login. Get post content, reactions, author details, and media. Sort by relevance or date. Perfect for research, analysis, and monitoring trends. (11K users, rated 4.3/5 (36 reviews), pay per event)
- [E-commerce Scraping Tool](https://apify.com/apify/e-commerce-scraping-tool) — Scrape data from e-commerce websites with E-commerce Scraping Tool. Scrape almost any retail site in minutes, extract e-commerce data and use it to monitor price details over time or compare different… (13K users, rated 4.6/5 (48 reviews), pay per event)
- [Google Trends Scraper](https://apify.com/apify/google-trends-scraper) — Scrape data from Google Trends by search terms or URLs. Specify locations, define time ranges, select categories to get interest by subregion and over time, related queries and topics, and more… (12K users, rated 3.2/5 (31 reviews), pay per event)
- [Youtube Transcripts](https://apify.com/karamelo/youtube-transcripts) — Extract 1 transcript or 1000s of YouTube transcripts fast. Save time & effort . Get accurate structured transcripts or captions in seconds for each video & short. Export in various formats,, JSON… (7.8K users, rated 5.0/5 (15 reviews), pay per event)
- [Company Posts Scraper for LinkedIn – No Cookies](https://apify.com/apimaestro/linkedin-company-posts) — Extract public posts and activity from companies including post content, reactions, comments count, and media attachments (7.9K users, rated 5.0/5 (17 reviews), pay per event)
- [🎉Leads Scraper ✅ $1/1k Leads ✅ 50K/Run With EMAILS✅Like Apollo](https://apify.com/pipelinelabs/lead-scraper-apollo-zoominfo-lusha-ppe) — $1/1k Leads - Scrape Up to 50K leads per run with Emails, LinkedIn URL, Phone Numbers, & More! Similar to Apollo, ZoomInfo, Lusha. 250+ Million Verified Database! (10K users, rated 2.8/5 (79 reviews), pay per event)
- [Linkedin profile scraper](https://apify.com/curious_coder/linkedin-profile-scraper) — Scrape linkedin profile urls and get complete profile details including basic info, position history, skills, company details, bio, location, etc (⚠️ Warning: Viewing/scraping more than 300-400… (5.8K users, rated 1.2/5 (14 reviews), pay per event)
- [Zillow Detail Scraper](https://apify.com/maxcopell/zillow-detail-scraper) — Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers. (8.4K users, rated 4.4/5 (18 reviews), pay per event)
- [Google Search Results (~$0.05/1K Results)](https://apify.com/scraperlink/google-search-results-serp-scraper) — 🔥 ~$0.05/1K results ($0.50/1,000 SERPs) 🔥 **CHEAPEST** Google Search Results (SERP) Scraper with real-time SERP data and support for multiple countries. Billed per 1 full SERP page (~10 results) —… (8.5K users, rated 4.9/5 (43 reviews), pay per event)
- [Amazon Scraper](https://apify.com/junglee/free-amazon-product-scraper) — Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN. (14K users, rated 5.0/5 (44 reviews), pay per event)
- [Instagram Search Scraper](https://apify.com/apify/instagram-search-scraper) — Scrape Instagram search results: places, businesses, locations, users, popular reels, and hashtags. Add a keyword and extract search results like contact details, categories, metrics, recent posts… (20K users, rated 4.7/5 (27 reviews), pay per event)
- [Google Ads Scraper](https://apify.com/silva95gustavo/google-ads-scraper) — Extract up to 400 ads per minute along with text, image and video ads from Google Ads, scraped from the ad library provided by the Google Ads Transparency Center. Gain access to ad details, ad copy… (4K users, rated 4.9/5 (19 reviews), pay per event)
- [Tripadvisor Scraper](https://apify.com/maxcopell/tripadvisor) — This unofficial Tripadvisor API is a data extraction tool able to get data on hotels, restaurants, things to do, vacation rentals, attractions, tours, and public trips. Get pricing, contact details… (14K users, rated 4.9/5 (26 reviews), pay per event)
- [LinkedIn Jobs Scraper | Remove Duplicate Jobs | Pay Per Result](https://apify.com/cheap_scraper/linkedin-job-scraper) — LinkedIn Jobs Scraper | Remove Duplicate Jobs. The LinkedIn jobs scraper allows you to collect jobs in 2 ways: By providing one or more start URLs, or By entering multiple keywords, search queries… (44K users, rated 4.6/5 (35 reviews), pay per event)
- [TikTok Video Scraper](https://apify.com/clockworks/tiktok-video-scraper) — Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run… (13K users, rated 4.5/5 (27 reviews), pay per event)
- [YouTube Shorts Scraper](https://apify.com/streamers/youtube-shorts-scraper) — Extract YouTube Shorts data from one or multiple YouTube channels. Get video URL, caption, timestamp, likes, dislikes, views and comments count, basic channel info, and more. This alternative YouTube… (56K users, rated 4.2/5 (20 reviews), pay per event)
- [Smart Article Extractor](https://apify.com/lukaskrivka/article-extractor-smart) — 📰 Smart Article Extractor extracts articles from any scientific, academic, or news website with just one click. The extractor crawls the whole website and automatically distinguishes articles from… (7.6K users, rated 4.1/5 (9 reviews), pay per usage)
- [Deep Email, Phone, & Social Media Scraper Search](https://apify.com/peterasorensen/snacci) — A powerful tool that searches emails, phone numbers, and social media profiles from any website. It intelligently navigates, prioritizing pages likely to have contact info - even deep in the site… (4.6K users, rated 4.5/5 (33 reviews), pay per event)
- [Tripadvisor Reviews Scraper](https://apify.com/maxcopell/tripadvisor-reviews) — Get and download reviews for chosen places on Tripadvisor. Extract the review text, URL, rating, date of travel, published date, basic reviewer info, owner's response, helpful votes, images, review… (9.1K users, rated 5.0/5 (52 reviews), pay per event)
- [Airbnb Scraper](https://apify.com/tri_angle/airbnb-scraper) — Scrape Airbnb rentals in your chosen destinations. Extract descriptions, locations, prices per night, ratings, reviews count, host details, amenities and more. Download scraped data in various formats… (16K users, rated 4.6/5 (14 reviews), pay per event)
- [Playwright Scraper](https://apify.com/apify/playwright-scraper) — Crawls websites with the headless Chromium, Chrome, or Firefox browser and Playwright library using a provided server-side Node.js code. Supports both recursive crawling and a list of URLs. Supports… (11K users, rated 3.6/5 (21 reviews), pay per usage)
- [Y Combinator Scraper](https://apify.com/michael.g/y-combinator-scraper) — Extract startup leads, founder emails, LinkedIn profiles, hiring data, and more from YC companies and founders. Export scraped data, schedule via API, and integrate with other tools or AI workflows. (1.6K users, rated 5.0/5 (36 reviews), pay per event)
- [Twitter Scraper](https://apify.com/danek/twitter-scraper) — Scrap Twitter fast and easy. It is designed to be fast and efficient, so it can extract a large number of post for low price. (7.3K users, rated 4.7/5 (17 reviews), pay per event)
- [Zillow Search Scraper](https://apify.com/maxcopell/zillow-scraper) — Extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML. Export… (7.3K users, rated 4.9/5 (18 reviews), pay per event)
- [Website Screenshot Generator](https://apify.com/apify/screenshot-url) — Create a screenshot of a website based on a specified URL. The screenshot is stored as the output in a key-value store. It can be used to monitor web changes regularly after setting up the scheduler. (6.7K users, rated 3.7/5 (19 reviews), pay per usage)
- [Booking Scraper](https://apify.com/voyager/booking-scraper) — Scrape Booking with this hotels scraper and get data about accommodation on Booking.com. You can crawl by keywords or URLs for hotel prices, ratings, addresses, number of reviews, stars. You can also… (8.4K users, rated 4.5/5 (33 reviews), pay per event)
- [LinkedIn Company Posts Scraper (No Cookies)](https://apify.com/harvestapi/linkedin-company-posts) — Extract posts from LinkedIn companies including content, media, engagement, reactions, comments and more. No cookies or account required. Concurrency + fast response times make mass scraping fast ⚡ (8.8K users, rated 5.0/5 (14 reviews), pay per event)
- [Facebook Search Scraper](https://apify.com/apify/facebook-search-scraper) — Extract Facebook search data from pages that match your search query. Get page URL, address, email, website, check-ins, creation date, ad status, category, follower count, messenger link. Export… (12K users, rated 4.9/5 (28 reviews), pay per event)
- [Company Detail Scraper for LinkedIn (No Cookies)](https://apify.com/apimaestro/linkedin-company-detail) — Extract detailed LinkedIn company data instantly. Get company overview, employee count, locations, funding info, and more. Perfect for market research, lead generation, and competitor analysis. Clean… (4.9K users, rated 3.3/5 (26 reviews), pay per event)
- [TikTok Hashtag Scraper](https://apify.com/clockworks/tiktok-hashtag-scraper) — Scrape TikTok hashtag data. Just add one or more hashtags and extract TikTok videos with that hashtag: URLs, likes, country of creation, video and music metadata, TikTok creator data. Export scraped… (16K users, rated 4.9/5 (26 reviews), pay per event)
- [Facebook Marketplace Scraper](https://apify.com/apify/facebook-marketplace-scraper) — Extract data from one or multiple Facebook Marketplace listings. Scrape data on apartments, whole categories, items for sale, prices, location and sellers. Export scraped data in JSON, CSV, and Excel… (9.2K users, rated 3.7/5 (28 reviews), pay per event)
- [AI Web Scraper](https://apify.com/apify/ai-web-scraper) — AI-first web scraper that extracts structured data from any website using natural-language prompts. No programming knowledge required. No hard-coded logic that breaks when a website changes. (8.4K users, rated 4.3/5 (12 reviews), pay per event)
- [Social Media Finder](https://apify.com/tri_angle/social-media-finder) — Search for public social media profiles related to given names or nicknames. Find profile handles and URLs across 13 popular social media platforms like TikTok, Twitch, LinkedIn, Medium and more… (7.8K users, rated 4.8/5 (34 reviews), pay per event)
- [Linkedin Employees Scraper](https://apify.com/caprolok/linkedin-employees-scraper) — Effortlessly gather LinkedIn URLs and names of employees in bulk. Ideal for HR and recruitment, this tool quickly provides essential contact information, simplifying talent search and networking… (4K users, rated 1.0/5 (23 reviews), pay per event)
- [Upwork Job Scraper](https://apify.com/neatrat/upwork-job-scraper) — Scrape Upwork jobs without limits 🌟 Bypass CAPTCHAs & apply custom filters. Apify is retiring rental Actors, so pricing is changing. For many users around ~7k jobs/month, cost should stay near the… (5.9K users, rated 4.6/5 (33 reviews), pay per event)
- [Amazon Reviews Scraper](https://apify.com/junglee/amazon-reviews-scraper) — Amazon scraper to extract reviews from Amazon products. Scrape and download detailed reviews without using the Amazon API, including rating score, review description, reactions and images. Download… (12K users, rated 3.2/5 (42 reviews), pay per event)
- [⚡️Rapid Linkedin Jobs Scraper](https://apify.com/worldunboxer/rapid-linkedin-scraper) — 🔥 $0.45/1K Jobs. Scrape LinkedIn Jobs without cookies 🍪. Extract job listings by keyword, company, city, or country. Get complete structured data including titles, descriptions, locations, salaries… (15K users, rated 3.8/5 (28 reviews), pay per event)
- [Profile Details Batch Scraper for LinkedIn + EMAIL (No Cookies)](https://apify.com/apimaestro/linkedin-profile-batch-scraper-no-cookies-required) — (no cookies need) Extract In Bulk comprehensive LinkedIn profile data including work experience, education history, certifications, and location details. Get structured information from any public… (11K users, rated 4.4/5 (20 reviews), pay per event)
- [💎 Leads Scraper $1/1K With EMAILS | 300M base | Like Apollo](https://apify.com/x_guru/Leads-Scraper-apollo-zoominfo) — Extract up to 100K leads per run with Emails, LinkedIn URLs, Phone Numbers & More! Similar to Apollo, ZoomInfo, Lusha. 300M+ Verified Database! Only $1 per 1,000 leads. 🚀 Powered by Dievio.com (4.5K users, rated 2.1/5 (29 reviews), pay per event)
- [Jobs Scraper for LinkedIn - No Cookies](https://apify.com/apimaestro/linkedin-jobs-scraper-api) — Extract LinkedIn jobs data including description, titles, company info, application details... Features advanced filtering by location, experience, job type, and Easy Apply status. (4.6K users, rated 3.7/5 (8 reviews), pay per event)
- [🏆 LinkedIn Jobs Scraper](https://apify.com/valig/linkedin-jobs-scraper) — $0.4/1K jobs | Scrape LinkedIn job listings based on your selected role and location, saving you time and effort. (16K users, rated 4.5/5 (22 reviews), pay per event)

## Top Actors by use case

The most popular Actors per category beyond the top 100 above, as categorized by their developers. Actors rated below 3.5 are excluded and each Actor appears once. For more, query the Store API with the category value from the heading.

### Social media (category: SOCIAL_MEDIA)

- [Fast Twitter (X) User Scraper API | Extract Profiles, Followers](https://apify.com/apidojo/twitter-user-scraper) — Introducing Twitter (X) User Scraper, the ultimate solution for direct user extraction from Twitter (X). It offers blazing speed and comprehensiveness, delivering lightning-fast user extraction… (7.7K users, rated 4.4/5 (16 reviews), pay per event)
- [YouTube Video Transcript](https://apify.com/starvibe/youtube-video-transcript) — This Apify Actor extracts full transcripts (with timestamps) and metadata from YouTube videos, including title, description, upload date, views, likes, channel info, and duration (8.6K users, rated 5.0/5 (21 reviews), pay per event)
- [Mass Profile Posts Scraper for LinkedIn | No Cookies](https://apify.com/apimaestro/linkedin-batch-profile-posts-scraper) — Scrape in Batch LinkedIn posts from LinkedIn profiles including post content, reactions, comments count, and media attachments (3.3K users, rated 4.7/5 (13 reviews), pay per event)
- [Reddit Scraper - Posts, Comments, Search & Subreddits](https://apify.com/harshmaur/reddit-scraper) — Scrape Reddit posts, comments, subreddits, user profiles, and keyword search results - no API key, no rate limits, no login. From $2 per 1,000 results, pay only for what you use. Full comment threads… (9.9K users, rated 4.5/5 (35 reviews), pay per event)
- [Instagram Followers Count Scraper](https://apify.com/apify/instagram-followers-count-scraper) — Scrape the number of followers & follows from any Instagram profile. Schedule the scraper to run regularly to monitor how the numbers change. You can also export scraped data, run the scraper via API… (15K users, rated 4.8/5 (20 reviews), pay per event)
- [Youtube Video Downloader - No Platform Costs! No Proxy Costs!](https://apify.com/epctex/youtube-video-downloader) — Download YouTube videos by URL or ID at any quality from 360p to 4K. Save to Apify's built-in storage with zero setup, or to your own AWS S3, Google Cloud, DigitalOcean, or Azure. Pay-per-event… (4.1K users, rated 4.5/5 (25 reviews), pay per event)
- [Reddit Scraper | Enterprise Grade](https://apify.com/fatihtahta/reddit-scraper-search-fast) — Extract Reddit posts and full comment threads from searches, subreddits, user pages, and direct post URLs. Built for enterprise-grade speed, richest-in-class data coverage, advanced filtering, and… (5.2K users, rated 4.5/5 (19 reviews), pay per event)
- [Twitter (X) Follower Scraper | $0.1 / 1K | Email| No Rate Limit](https://apify.com/kaitoeasyapi/premium-x-follower-scraper-following-data) — $0.1 per 1000 twitter followers/following! The most affordable X data scraper. Get instant access to follower & following lists. Trusted by marketing pros for accurate social data. Lightning - fast… (5.2K users, rated 4.5/5 (24 reviews), pay per event)

### E-commerce (category: ECOMMERCE)

- [Amazon Bestsellers Scraper](https://apify.com/junglee/amazon-bestsellers) — Scrape the Amazon Best Sellers categories and extract details on top 100 most popular items on Amazon. Download product name, price, URL, and thumbnail image. Best used on .com, .co.uk, .de, .fr, .es… (4.4K users, rated 5.0/5 (10 reviews), pay per event)
- [Amazon Reviews Scraper](https://apify.com/web_wanderer/amazon-reviews-extractor) — \[UPDATED\] Scrape Amazon reviews per product! Filter by stars, keywords, media & verified purchases. Extract global reviews (20+ regions). Export JSON/CSV. Perfect for market research & SEO. (4.4K users, rated 3.9/5 (28 reviews), pay per event)
- [Yelp Advanced Data Scraper](https://apify.com/delicious_zebu/yelp-advanced-data-scraper) — Effortlessly scrape detailed business data from Yelp — ratings, reviews, contact info, hours, amenities, popular dishes, health scores, Q&A, and more. Works for restaurants, services, and any Yelp… (400 users, rated 5.0/5 (29 reviews), pay per event)
- [Tiktok Shop Scraper](https://apify.com/pratikdani/tiktok-shop-scraper) — This actor automates TikTok Shop data extraction, gathering product details, pricing, sales, and competitor insights. Scrape crucial e-commerce data directly from TikTok to analyze trends, track… (2.8K users, rated 4.6/5 (8 reviews), pay per event)
- [eBay Product Listing Scraper](https://apify.com/delicious_zebu/ebay-product-listing-scraper) — Extract product information from any eBay listing page, including search results, filtered listings, and category pages. Perfect for collecting detailed data like product titles, prices, shipping… (720 users, rated 4.8/5 (27 reviews), pay per event)
- [Free Linkedin Company Finder - LinkedIn address From Any Site](https://apify.com/s-r/free-linkedin-company-finder---linkedin-address-from-any-site) — Find LinkedIn company pages for any domain name. This powerful actor searches and extracts LinkedIn company URLs for domains, supporting international LinkedIn subdomains and bulk processing. Perfect… (1K users, rated 5.0/5 (1 reviews), pay per event)
- [eBay Sold Listings Search](https://apify.com/caffein.dev/ebay-sold-listings) — Get confirmed eBay sold prices — not asking prices. Search by keyword across 8 marketplaces, filter by date range, and export clean structured data for comps, resale pricing, and market research. (2.5K users, rated 4.0/5 (13 reviews), pay per event)
- [Amazon Product Data Scraper](https://apify.com/delicious_zebu/amazon-product-data-scraper) — Scrape detailed Amazon product data, including ratings, prices, availability, and reviews, from any custom list or keyword search. Fast, precise, and tailored for your needs! (221 users, rated 4.9/5 (30 reviews), pay per event)

### Lead generation (category: LEAD_GENERATION)

- [🟢 Leads Finder -$1/1k leads \[like apollo, linkedIn](https://apify.com/olympus/b2b-leads-finder) — WORKS PERFECTLY NOW ✅ Work & Personal Emails ✅ 📞 Phone | Extract leads with just a search URL (3.8K users, rated 4.4/5 (76 reviews), pay per event)
- [Crunchbase Search Scraper](https://apify.com/curious_coder/crunchbase-scraper) — Scrape Crunchbase companies, people, investors, acquisitions, etc from Crunchbase search results. (3.4K users, rated 4.0/5 (16 reviews), pay per event)
- [10+ Million Business Leads With Emails (From Google Maps)](https://apify.com/xmiso_scrapers/millions-us-businesses-leads-with-emails-from-google-maps) — Don't have time to scrape google maps? Looking for affordable B2B data apollo.io alternative? Get recent leads from continuously updated database of businesses worldwide with emails and social links… (2.6K users, rated 4.7/5 (13 reviews), pay per event)
- [Career Site Job Listing API](https://apify.com/fantastic-jobs/career-site-job-listing-api) — The perfect Job Posting API for high-quality real jobs! Direct postings from over 175k+ company career sites across 54 ATS platforms like: Workday, Greenhouse, and Ashby. Enriched with AI and LinkedIn… (5.6K users, rated 4.0/5 (13 reviews), pay per event)
- [⭐ Leads Finder & Scraper $1.7/1000 with Emails ✅ like Apollo](https://apify.com/amr-mando/lead-finder) — REAL Emails & Linkedin & way more... ✅ Similar to Apollo, Zoominfo, Lusha, Crunchbase | B2B Leads ⭐ Estimated 20-90m per 1K results! --- Split URL's to 10K results per URL using the 'Number of… (2.4K users, rated 3.8/5 (37 reviews), pay per event)
- [Fast Website Content Crawler](https://apify.com/6sigmag/fast-website-content-crawler) — A high-performance web scraper that rapidly extracts and analyzes content from multiple websites simultaneously. Perfect for competitive research, content aggregation, and website structure analysis. (4.3K users, rated 4.9/5 (7 reviews), pay per event)
- [LinkedIn Post Reactions Scraper (No Cookies) ✅ (No Cookies)](https://apify.com/harvestapi/linkedin-post-reactions) — Extract reactions of LinkedIn posts or comments, such as likes, appreciations, etc. No cookies or account required. (3.9K users, rated 5.0/5 (11 reviews), pay per event)
- [Instagram Scraper Followers / Following ✅ No cookies ✅](https://apify.com/scraping_solutions/instagram-scraper-followers-following-no-cookies) — Download an Instagram account’s followers or following . Input a username or array. Auto-paginates with safe delays and outputs clean JSON/CSV (id, username, name, profile link, privacy flags). Free… (11K users, rated 4.7/5 (13 reviews), pay per event)

### AI (category: AI)

- [Extended GPT Scraper](https://apify.com/drobnikj/extended-gpt-scraper) — Extract data from any website and feed it into GPT via the OpenAI API. Use ChatGPT to proofread content, analyze sentiment, summarize reviews, extract contact details, and much more. (1.6K users, rated 4.8/5 (5 reviews), pay per usage)
- [AI Web Agent](https://apify.com/apify/ai-web-agent) — Use natural language prompts to browse the web, click on elements, fill and submit forms, extract data, and take screenshots using the OpenAI API. (1.9K users, rated 4.9/5 (8 reviews), pay per usage)
- [Backlink Building Agent](https://apify.com/daniil.poletaev/backlink-building-agent) — The Backlink Building Agent automates backlink outreach by finding relevant pages & websites, extracting contacts from these websites, and then crafting personalized outreach sequences based on the… (477 users, pay per event)
- [Social Media Sentiment Analysis Tool](https://apify.com/tri_angle/social-media-sentiment-analysis-tool) — Add a profile name and find this social profile on Facebook, Instagram, and TikTok, scrape its recent posts and comments, and perform sentiment analysis for each comment. All in one go. Export results… (2.5K users, rated 4.9/5 (10 reviews), pay per event)
- [Local Lead Generation Agent](https://apify.com/apify/local-lead-generation-agent) — Find truly local leads by scraping Instagram profiles based on search queries. Extract website links, contact details, emails, social media details. The AI agent matches and scores leads using LLMs… (1.3K users, rated 4.3/5 (3 reviews), pay per event)
- [Twitter Scraper Ultra](https://apify.com/knowten/twitter-scraper-ultra) — The fastest X.com scraper at $0.30/1k tweets — with built-in AI Sentiment Analysis (0.0 to 1.0 scale). 600+ tweets/min, zero browser overhead, advanced filters included. (135 users, rated 5.0/5 (97 reviews), pay per event)
- [Browser Use Apify](https://apify.com/lexis-solutions/browser-use-apify) — Open-source AI-powered browser automation based on Browser Use and hosted on Apify. Run any task using Apify's platform and LLMs like ChatGPT, Claude, etc. Easy, scalable, resilient, and hosted… (378 users, rated 5.0/5 (5 reviews), pay per usage)
- [Threads Scraper - Posts, Profiles & Search](https://apify.com/futurizerush/meta-threads-scraper) — Search recent Meta Threads posts by keyword, collect public profile posts up to your selected limit, or find profiles by keyword. No login required. Export posts, available public view metrics, media… (3.3K users, rated 3.7/5 (15 reviews), pay per event)

### Automation (category: AUTOMATION)

- [💡 Indeed Jobs Scraper](https://apify.com/valig/indeed-jobs-scraper) — $0.1/1K jobs | Scrape job listings, salaries, and company details from Indeed with customizable search filters and structured output. (22K users, rated 5.0/5 (16 reviews), pay per event)
- [LinkedIn Post Comments Scraper (No Cookies) ✅ (No Cookies)](https://apify.com/harvestapi/linkedin-post-comments) — Extract LinkedIn post comments or comment replies in bulk, as well as comment social activities such as the number of likes and reactions. No cookies or account required (6.2K users, rated 4.9/5 (16 reviews), pay per event)
- [Send Email](https://apify.com/apify/send-mail) — Send a custom email to one or more recipients. This Actor is useful for notifications and reporting. It can be invoked directly from code or via webhook integration after another Actor finishes. (3.5K users, rated 5.0/5 (8 reviews), pay per usage)
- [LinkedIn Ads Scraper](https://apify.com/silva95gustavo/linkedin-ad-library-scraper) — Extract ads of any format from LinkedIn Ad Library. Gain access to ad details, ad copy, media URL, call-to-action buttons and more. Dive deeper into the LinkedIn Ad Library for a competitive edge. (3.2K users, rated 5.0/5 (8 reviews), pay per event)
- [X (Twitter) Advanced Search Scraper 𝕏](https://apify.com/api-ninja/x-twitter-advanced-search) — Advanced X (Twitter) post search with 50+ filters: content, users, geo, time, engagement, media. Dual modes: simple queries or structured filters. Enterprise-grade reliability for precise data… (2.6K users, rated 4.8/5 (44 reviews), pay per event)
- [Google Ads Scraper](https://apify.com/lexis-solutions/google-ads-scraper) — Scrape any company's current & past Google ads – faster than any competitor with unique extra fields they don't have. Get ad copy, impressions, shown dates, media (images & videos), plus unique… (1.9K users, rated 4.8/5 (31 reviews), pay per event)
- [🔥 Leads Finder ✅ $1/1k with EMAILS ✅ Apollo | LinkedIn Profile](https://apify.com/boneswill/leads-generator) — 🔥 Downtime Issue Fixed ✅ Affordable alternative ✅ to Apollo, ZoomInfo, Lusha & LinkedIn. Extract leads with verified 📞 Mobile Number, verified ✅ Business & Person Emails, LinkedIn profiles, company… (2.2K users, rated 4.4/5 (31 reviews), pay per event)
- [Instagram Followers Scraper (No Cookie)](https://apify.com/datadoping/instagram-followers-scraper) — Extract Instagram profile followers in bulk without requiring login, session ID, or cookies. This actor provides complete API support, and seamless export options, making large-scale follower… (4.5K users, rated 4.4/5 (13 reviews), pay per event)

### Integrations (category: INTEGRATIONS)

- [Google Sheets Import & Export](https://apify.com/lukaskrivka/google-sheets) — Import data from datasets or JSON files to Google Sheets. Programmatically process data in Sheets. Easier and faster than the official Google Sheets API and perfect for importing data from scraping. (4.4K users, rated 4.8/5 (7 reviews), pay per usage)
- [Google Trends Scraper](https://apify.com/data_xplorer/google-trends-fast-scraper) — Get instant access to 🔥 daily trending searches by country and analyze Google Trends keyword search trends. This ultimate API alternative gives developers and data scientists programmatic access to… (1.2K users, rated 4.9/5 (4 reviews), pay per event)
- [X (Twitter) Community Search Post Scraper 𝕏](https://apify.com/api-ninja/x-twitter-community-search-post-scraper) — Extract tweets from X (Twitter) communities. Process single or multiple communities, get comprehensive tweet data with community context, and handle large-scale data collection efficiently. (391 users, rated 4.9/5 (33 reviews), pay per event)
- [Amazon Product Details Scraper](https://apify.com/delicious_zebu/amazon-product-details-scraper) — Effortlessly scrape comprehensive Amazon product details, including pricing, reviews, ratings, availability, and more. Ideal for market analysis, competitor tracking, and data-driven decision-making… (388 users, rated 5.0/5 (27 reviews), pay per event)
- [n8n Workflow Template Scraper](https://apify.com/muhammetakkurtt/n8n-scraper) — Automate n8n.io workflow template collection with this Apify actor. Scrape by category (AI, Marketing, DevOps), sort (relevancy, popularity), & get detailed structured data. Fetch importable JSONs for… (352 users, rated 5.0/5 (6 reviews), pay per event)
- [BuiltWith Official Technology Scraper](https://apify.com/builtwith/builtwith-official-technology-scraper) — Get technology information about a website from builtwith.com. (533 users, rated 5.0/5 (4 reviews), pay per event)
- [Yahoo Finance - Full stock info, news, cheapest, real-time](https://apify.com/architjn/yahoo-finance) — 🟢 $0.90/1000 results 🟢 Effortlessly fetch comprehensive financial data, historical prices, news, and analytics for any stock ticker from Yahoo Finance. Perfect for investors, analysts, and… (714 users, rated 4.2/5 (5 reviews), pay per event)
- [X-Cavator](https://apify.com/knowten/x-cavator) — The fastest X.com (twitter) scraper at $0.30/1k tweets — with built-in AI Sentiment Analysis (0.0 to 1.0 scale). 600+ tweets/min, zero browser overhead, advanced filters included. (76 users, rated 5.0/5 (28 reviews), pay per event)

### News (category: NEWS)

- [Facebook Posts Search](https://apify.com/scraper_one/facebook-posts-search) — ✨ Search for Facebook posts using keywords or hashtags. Retrieve post URLs, content, publication dates, author details, and engagement metrics. Ideal for monitoring brand mentions on Facebook over… (4K users, rated 4.1/5 (8 reviews), pay per event)
- [Google News Scraper](https://apify.com/easyapi/google-news-scraper) — Powerful Google News scraper, collect up to 5000 news articles with flexible search options, language support. Perfect for news aggregation, market research, and sentiment analysis. 📰🔍 (2.3K users, rated 3.9/5 (9 reviews), pay per event)
- [Google News Scraper (Pay Per Event)](https://apify.com/data_xplorer/google-news-scraper-fast) — Scrape Google News in real time, including images and descriptions. This tool extracts complete structured data: high-resolution visuals, full, titles, sources, dates, and direct URLs. (1.6K users, rated 4.9/5 (5 reviews), pay per event)
- [Google Jobs Scraper](https://apify.com/johnvc/Google-Jobs-Scraper) — The most advanced Google Jobs Scraper available! Built with enterprise-grade flexibility, lightning-fast performance, and comprehensive customization options. Extract detailed job data, application… (3.1K users, rated 3.6/5 (11 reviews), pay per event)
- [Twitter Trends Scraper](https://apify.com/karamelo/twitter-trends-scraper) — Scrape the top trends for each data point spanning 8 time periods from live... to... 3 days about trending tweets and hashtags and topics on Twitter from any of the countries listed below. Including… (1.4K users, rated 5.0/5 (2 reviews), pay per event)
- [Google News Scraper Fast & cheap ⭐ (Pay per results) 📰⚡](https://apify.com/scrapestorm/google-news-scraper-fast-cheap-pay-per-results) — Unlock the power of the Google News scraper tool! 📰✨ Effortlessly gather news articles based on your chosen Keyword or topic 🔍. Get key details like the title 📝 source 🌐, publication time ⏰… (733 users, rated 3.7/5 (21 reviews), pay per event)
- [Facebook Posts Details Scraper](https://apify.com/danek/facebook-posts-fast) — Scrap Facebook posts fast and easy. This actor is a lightweight version of the Facebook Posts actor. It is designed to be fast and efficient, so it can extract a large number of posts for low price… (1.5K users, rated 4.7/5 (5 reviews), pay per event)
- [Techstars Scraper](https://apify.com/michael.g/techstars-scraper) — Scrape data on Techstars companies from the Techstars portfolio. Export scraped data, schedule via API, and integrate with other tools or AI workflows. (111 users, rated 5.0/5 (4 reviews), pay per event)

### Travel (category: TRAVEL)

- [Booking Reviews Scraper](https://apify.com/voyager/booking-reviews-scraper) — Scraper to get reviews from hotels, apartments and other accommodations listed on the Booking.com portal. Extract data using hotel URLs for review text, ratings, stars, basic reviewer info, length of… (3.4K users, rated 4.3/5 (30 reviews), pay per event)
- [Yelp Scraper](https://apify.com/tri_angle/yelp-scraper) — Free Yelp web scraper to extract data from Yelp. Fast Yelp review scraper, but also gets business details and ratings without using the Yelp API. (6.7K users, rated 4.1/5 (9 reviews), pay per event)
- [Google Maps Store Review Scraper](https://apify.com/delicious_zebu/google-maps-store-review-scraper) — Scrape Google Maps store reviews fast — API-based, no browser. Extract review text, exact dates, star ratings, reviewer profiles, Local Guide status, photos, per-service ratings, owner responses, and… (656 users, rated 5.0/5 (39 reviews), pay per event)
- [🐺 TripAdvisor Reviews Scraper API | $0.50/1K Reviews](https://apify.com/thewolves/tripadvisor-reviews-scraper) — The Wolves proudly presents TripAdvisor Review Scraper, the perfect solution for TripAdvisor review extraction. Incredibly, it retrieves 100-200 reviews per second at an amazing cost-effective rate of… (1.1K users, rated 5.0/5 (9 reviews), pay per event)
- [Google Flights API](https://apify.com/johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search) — Google Flights API for extracting flight search data. Search one-way, round-trip, and multi-city itineraries. Filter by price, stops, airlines, and passenger counts. Ideal for travel apps, price… (2.2K users, rated 4.0/5 (6 reviews), pay per event)
- [Airbnb Scraper](https://apify.com/curious_coder/airbnb-scraper) — Scrape airbnb properties listings from search results and extract complete details for each property including availability calendar. 💰 Cost: $0.2 per 1000 results (705 users, rated 5.0/5 (9 reviews), pay per event)
- [TripAdvisor Reviews Scraper - All 5 Categories](https://apify.com/delicious_zebu/tripadvisor-review-collector) — Scrape reviews from TripAdvisor for all 5 categories: Hotels, Restaurants, Attractions, Activities, and Cruises. Rich filters for any need: rating, traveler type, language, date range, and more. Fast… (171 users, rated 5.0/5 (22 reviews), pay per event)
- [Airbnb Rooms URLs Scraper](https://apify.com/tri_angle/airbnb-rooms-urls-scraper) — Scrape direct Airbnb rooms URLs and get all available details about the accommodation. (1.7K users, rated 4.6/5 (13 reviews), pay per event)

### Jobs (category: JOBS)

- [Post Comments & Engagements Scraper for LinkedIn | No Cookies](https://apify.com/apimaestro/linkedin-post-comments-replies-engagements-scraper-no-cookies) — Scrape in Batch all LinkedIn post related data including comments, stats, , reactions, replies and media attachments (4.6K users, rated 5.0/5 (8 reviews), pay per event)
- [Advanced LinkedIn Job Search API](https://apify.com/fantastic-jobs/advanced-linkedin-job-search-api) — Access our real-time LinkedIn Jobs database with over 10 million new jobs per month. With detailed company data, recruiter data, and AI enrichments! Get exact results with our advanced filters on… (12K users, rated 3.6/5 (18 reviews), pay per event)
- [Job Details Scraper for LinkedIn (No Cookies)](https://apify.com/apimaestro/linkedin-job-detail) — Extract comprehensive LinkedIn job details including full description, company information, salary insights, and application statistics. Get detailed data from any LinkedIn job ID. (1.6K users, rated 5.0/5 (4 reviews), pay per event)
- [Seek Job Scraper](https://apify.com/websift/seek-job-scraper) — Effortlessly extract detailed job listings from all Seek sites! This powerful tool scrapes information based on your custom parameters, providing it in a clean, organized, and easily usable format… (2K users, rated 4.8/5 (9 reviews), pay per event)
- [All Jobs Scraper (39)](https://apify.com/agentx/all-jobs-scraper) — 39 Job Platforms → 1 Dataset → 39 Standardized Fields. Collect jobs from global platforms and receive a unified schema with 39 fields, including normalized salaries, required skills, company… (2.6K users, rated 3.7/5 (11 reviews), pay per event)
- [Career Site Job Listing Feed](https://apify.com/fantastic-jobs/career-site-job-listing-feed) — The perfect Job Posting Feed for high-quality real jobs! Direct postings from over 175k company career sites across 54 ATS platforms like: Workday, Greenhouse, and Ashby. Enriched with AI and LinkedIn… (1.2K users, rated 5.0/5 (8 reviews), pay per event)
- [Google Jobs Scraper](https://apify.com/orgupdate/google-jobs-scraper) — The latest and most advanced Google Job Scraper. Our Indeed, LinkedIn, and Google Jobs Scraper rolled into one. This scraper extracts real-time job postings at scale from any active Google Jobs search… (2.3K users, rated 4.6/5 (2 reviews), pay per event)
- [Naukri Job Scraper](https://apify.com/muhammetakkurtt/naukri-job-scraper) — Naukri Job Scraper is an actor that automatically scrapes job postings from Naukri.com. It scrapes details such as job title, company name, experience and salary based on the specified keyword and… (16K users, rated 3.6/5 (11 reviews), pay per event)

### Real estate (category: REAL_ESTATE)

- [Idealista Scraper - Real Estate Data for Spain, Italy, Portugal](https://apify.com/igolaizola/idealista-scraper) — Extract real estate data from Spain, Italy, and Portugal on idealista.com, including pricing, property features, and contact information. Scrape listings for residential, office, and commercial… (1.9K users, rated 3.8/5 (22 reviews), pay per event)
- [Idealista Scraper API](https://apify.com/dz_omar/idealista-scraper-api) — 💰 $0.5 per 1,000 results. Scrape Idealista properties & listings from Spain (.com), Portugal (.pt) & Italy (.it). Supports property URLs + search/listing URLs. Fast mobile API extraction with… (1.2K users, rated 4.9/5 (18 reviews), pay per event)
- [realtor.com Agents Scraper](https://apify.com/cleansyntax/realtor-com-agents-scraper) — Scrape Realtor.com Agents by ZIP Code — No Subscription. Only $3 per 1,000 records. (637 users, rated 5.0/5 (2 reviews), pay per event)
- [Airbnb Reviews Scraper](https://apify.com/tri_angle/airbnb-reviews-scraper) — Scrape reviews from Airbnb by using direct URLs (1.1K users, rated 5.0/5 (5 reviews), pay per event)
- [Idealista $0.65💰 AI Market Intel · Bypass 1,500 · EMAILS](https://apify.com/memo23/idealista-scraper) — Production Idealista scraper for Spain, Italy & Portugal — anti-bot handled, maintained daily, bypasses the hidden 1,500-result cap (+31% rows). 80+ fields, agent phones & emails, GPS. NEW 🧠 AI… (718 users, rated 5.0/5 (11 reviews), pay per event)
- [Google Maps Reviews Scraper](https://apify.com/web_wanderer/google-reviews-scraper) — Scrape all Google Maps reviews using keywords, place URLs, or IDs. Filter by date, rating, or keyword, and capture reviewer details, translations, photos, aspect ratings, owner replies, and complete… (1.2K users, rated 5.0/5 (6 reviews), pay per event)
- [Zillow Search Scraper](https://apify.com/api-ninja/zillow-search-scraper) — Your ultimate Zillow scraping tool. The actor extracts comprehensive property data from Zillow search results, including prices, addresses, and more. (375 users, rated 4.9/5 (13 reviews), pay per event)
- [Zillow Scraper ($0.9 per 1000 results)](https://apify.com/igolaizola/zillow-scraper-ppe) — Zillow data extractor / API alternative. Scrape US listings at scale (buy, rent, sold) with rich fields and images. Use granular filters, sort, proxies. Export JSON/CSV to drive real-estate analytics… (606 users, rated 5.0/5 (9 reviews), pay per event)

### Videos (category: VIDEOS)

- [🏯 Tiktok Profile Scraper (Pay Per Result)](https://apify.com/apidojo/tiktok-profile-scraper) — Scrape TikTok user profiles at 425 posts/sec with 98% success, no proxy needed. Get followers, bio, badges, full video history & engagement. Username or URL input. Export JSON/CSV, API ready. Perfect… (4.1K users, rated 4.8/5 (15 reviews), pay per event)
- [Full TikTok API Scraper](https://apify.com/scraptik/tiktok-api) — Apify’s LOWEST-COST TikTok Scraper ($0.002/request). Access the TikTok mobile API for user, posts, sounds, search, comments, followers, and more. Unlock TikTok data at scale. Have custom needs? Visit… (3.9K users, rated 4.9/5 (13 reviews), pay per event)
- [Youtube Transcript](https://apify.com/dz_omar/youtube-transcript-metadata-extractor) — 🎥Extract complete transcripts with precise timestamps ⏱️ and comprehensive video metadata from any YouTube video —> ⚡Fast, reliable, and ready to use. (867 users, rated 5.0/5 (21 reviews), pay per event)
- [YouTube Video Downloader](https://apify.com/streamers/youtube-video-downloader) — Use YouTube Video Downloader to download YouTube videos in MP4, MP3, avi, and other formats directly to your cloud storage service. Just add a YouTube video URL and get the converted video in a few… (15K users, rated 4.2/5 (23 reviews), pay per event)
- [🏯 Tiktok Comments Scraper (Pay Per Result)](https://apify.com/apidojo/tiktok-comments-scraper) — Extract TikTok comments at 100–200 comments/second. No proxy required. 98% success rate. Scrape text, likes, replies, and user data with simple URL input. Export to JSON/CSV, integrate via API. Ideal… (2.7K users, rated 4.9/5 (14 reviews), pay per event)
- [YouTube Search Scraper](https://apify.com/api-ninja/youtube-search-scraper) — Extract structured YouTube search results with advanced filtering. Search videos, channels, playlists, shorts, movies, and shows using YouTube API. Fastest YouTube scraper on the market (2.2K users, rated 4.7/5 (37 reviews), pay per event)
- [Instagram AI Transcript Extractor](https://apify.com/sian.agency/instagram-ai-transcript-extractor) — Instagram Reel transcript extractor. Address by Reel URL, bulk list or whole channel. Returns AI transcription with speaker diarization, word-level timestamps, detected language, SRT and WebVTT… (2.8K users, rated 4.4/5 (10 reviews), pay per event)
- [YouTube Comments Scraper API - Extract Video Comments Fast](https://apify.com/apidojo/youtube-comments-scraper) — YouTube Comments Scraper, the ultimate solution for extensive YouTube comments data retrieval. With its high-speed scraping abilities, it provides unmatched effectiveness and thoroughness… (2.2K users, rated 4.8/5 (12 reviews), pay per event)