Your full‑stack platform for web scraping

Apify is the largest ecosystem where developers build, deploy, and publish data extraction and web automation tools. We call them Actors.

TikTok Data Extractor avatar

TikTok Data Extractor

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.

User avatar

Clockworks

17.1k

206

Google Maps Extractor avatar

Google Maps Extractor

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. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

User avatar

Compass

18.4k

359

Instagram Scraper avatar

Instagram Scraper

apify/instagram-scraper

Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

User avatar

Apify

59.7k

515

Website Content Crawler avatar

Website Content Crawler

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, and integrates well with 🦜🔗 LangChain, LlamaIndex, and the wider LLM ecosystem.

User avatar

Apify

27.1k

663

Amazon Scraper avatar

Amazon Scraper

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.

User avatar

Junglee

3.6k

38

Build your own Actor avatar

Build your own Actor

you/new-idea

Apify gives you all the tools and documentation you need to build reliable scrapers. Fast.

User avatar

You? 🫵

?

?

Browse 2,000+ Actors

Trusted by global technology leaders

T MobileT Mobile
DecathlonDecathlon
AccentureAccenture
European CommissionEuropean Commission
MicrosoftMicrosoft
SquareSquare
AmgenAmgen
Open TableOpen Table
Princeton UniversityPrinceton University
SiemensSiemens
GrouponGroupon
IntercomIntercom

Integrate
Zapierany appGitHubGoogle SheetsPineconeAirbyteKeboolaGoogle DriveSlackZapier
with Actors

any appany app
GitHubGitHub
Google SheetsGoogle Sheets
PineconePinecone
AirbyteAirbyte
KeboolaKeboola
Google DriveGoogle Drive
SlackSlack
ZapierZapier

Build reliable web scrapers. Fast.

We love open-source

Apify works great with both Python and JavaScript, as well as Playwright, Puppeteer, Selenium, Scrapy, and Crawlee - our own web crawling and browser automation library.

JavaScript

Python

1import { PuppeteerCrawler, Dataset } from "crawlee";
2
3const crawler = new PuppeteerCrawler({
4  async requestHandler({ request, page, enqueueLinks }) {
5    await Dataset.pushData({
6      url: request.url,
7      title: await page.title(),
8    });
9    await enqueueLinks();
10  },
11});
12
13await crawler.run(["https://crawlee.dev"]);

Publish Actors. Get paid.

Reach thousands of new customers

Building and running a SaaS is hard. Building an Actor and selling it on Apify Store is 10x easier. Get visitors from day one.

Get paid animationGet paid animation

No upfront costs

Publishing your Actor is free of charge—the customers pay for the computing resources. New creators get $500 free platform credits.

Rely on Apify infra

Actors scale automatically as you gain new users. You don’t need to worry about compute, storage, proxies, or authentication.

Billing is on us

Handling payments, taxes, and invoicing is a painful part of running a SaaS. Apify does all that and sends you a net payout every month.

You’re in the right place, sign up and get started.