Panduan Singkat

Panduan ini mencakup semua fitur Apify:
- Memulai — Membuat akun dan pengaturan dasar
- Cara Menggunakan AI Web Scraper — Pull structured data from any page with plain English prompts
- Cara Menggunakan Apify Store — Find ready-made Actors for thousands of scraping tasks
- Cara Menggunakan Aktor — Run small cloud programs that automate data collection
- Cara Menggunakan Integrasi — Send scraped data straight to the tools you already use
- How to Use AI agents — Feed live web data to LLMs through the Apify API
- Cara Menggunakan Anti-blocking — Keep runs alive past captchas and IP bans
- Cara Menggunakan Proxy — Serve each request from rotating IP addresses
- Cara Menggunakan Crawlee — Build custom crawlers with a free open-source library
- How to Use Code templates — Start new Actors from Python and JavaScript boilerplate
Waktu yang dibutuhkan: 5 menit per film
Juga terdapat dalam panduan ini: Tips Profesional | Kesalahan Umum | Penyelesaian Masalah | Harga | Alternatif
Mengapa Anda Harus Mempercayai Panduan Ini?
I’ve used Apify for eight months and tested every feature covered here.
This step by step tutorial comes from real hands-on runs — not marketing fluff or vendor screenshots.

Apify adalah salah satu alat pengikis web yang paling ampuh dan otomasi alat yang tersedia saat ini.
Namun sebagian besar pengguna hanya memanfaatkan sebagian kecil dari kemampuan yang dimilikinya.
Panduan ini menunjukkan cara menggunakan setiap fitur utama.
Langkah demi langkah, dengan tangkapan layar dan kiat-kiat profesional.
Tutorial Apify
This complete How to Use Apify tutorial walks you through every feature, from first login to advanced tips.
By the end, you’ll understand how each piece fits together.

Apify
Ubah situs web apa pun menjadi terstruktur. data. Apify gives you thousands of ready-made Actors, plus the tools to build and even sell your own. Start free — no credit card required.
Memulai Menggunakan Apify
Sebelum menggunakan fitur apa pun, selesaikan pengaturan satu kali ini.
Prosesnya memakan waktu sekitar 3 menit.
Watch this quick video overview first:
Sekarang mari kita bahas setiap langkahnya.
Langkah 1: Buat Akun Anda
Go to apify.com and click Sign up for free.
Enter your email and a password, or continue with Google or GitHub.
Every Apify account starts on the Free plan by default.
✓ Pos pemeriksaan: Periksa milikmu kotak-masuk untuk email konfirmasi.
Step 2: Open the Apify Console
Apify runs fully in your browser, which keeps setup easy — nothing to download.
Log in and you land in the Apify Console.
This dashboard is where you manage Actors, runs, and datasets.
Berikut tampilan dasbornya:

✓ Pos pemeriksaan: Anda seharusnya dapat melihat dasbor utama.
Langkah 3: Selesaikan Pengaturan Awal
Follow the short onboarding prompts and tell Apify what you want to build.
No worries if you skip something — every setting can change later.
✅ Selesai: Anda siap menggunakan fitur apa pun di bawah ini.
Cara Menggunakan Apify AI Web Scraper
Pengikis Web AI lets you pull structured data from any page using plain English prompts.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Open AI Web Scraper
Find AI Web Scraper in the Apify Store and click Try for free.
Step 2: Describe the data you need
Paste the website URL, then type what you want in plain English.
For example, ask for product names, prices, and review scores.
Beginilah penampakannya:

✓ Pos pemeriksaan: The preview shows extracted fields matching your prompt.
Step 3: Save and start
Click Save & Start, then watch the run collect your data.
✅ Hasil: Structured data from any page — no selectors, no code.
💡 Pro Tip: Specific prompts beat vague ones — name the exact fields you want extracted.
Cara Menggunakan Apify Store
Itu Toko Apify lets you find ready-made Actors instead of coding from scratch.
Berikut cara menggunakannya langkah demi langkah.
Langkah 1: Jelajahi Toko
Open apify.com/store or click Store in the console.
Search for the website you want to scrape — Google Maps, for example.
Langkah 2: Pilih Aktor
Compare ratings, user numbers, and pricing on each listing.
Beginilah penampakannya:

✓ Pos pemeriksaan: You see the Actor detail page with docs and input examples.
Step 3: Try it free
Click Try for free and the Actor gets added to your Apify account.
✅ Hasil: You have a working scraper without writing a line of code.
💡 Pro Tip: The Store is a good place to check first — with thousands of Actors, someone probably built it.
Cara Menggunakan Aktor Apify
Aktor Apify are small cloud programs that perform specific tasks, like scraping one website.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Create a new task
Pick an Actor and click the Create a new task button.
Step 2: Configure the input options
Set start URLs plus any input values and options the run needs.
The Link selector and Pseudo URLs control which links get added to the queue.
Advanced Actors run a pageFunction — JavaScript that executes on every page visited.
Beginilah penampakannya:

✓ Pos pemeriksaan: The input form validates with no red warnings.
Step 3: Run and monitor
Click Start and follow progress in the run details.
Apify lets you run Actors in the cloud without keeping your computer on.
✅ Hasil: Your data waits in a dataset, ready to export as JSON, CSV, or Excel.
💡 Pro Tip: One Actor can power many tasks — create a separate task for each website you scrape.
Cara Menggunakan Integrasi Apify
Integrasi let you send scraped data straight to the apps you already use.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Open the Integrations tab
Inside any task, click Integrations.
Step 2: Choose an integration
Pick Google Sheets, Slack, Zapier, Make, or a plain webhook.
Beginilah penampakannya:

✓ Pos pemeriksaan: The integration shows as connected on your task.
Step 3: Set the trigger
Webhooks can ping you when a task starts, finishes, or fails.
✅ Hasil: Fresh data lands in your other tools automatically.
💡 Pro Tip: Set a webhook on failed runs so silent errors never slip past you.
Cara Menggunakan Agen AI Apify
Agen AI let you feed live web data to LLMs and agent frameworks.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Get your API token
Open Settings in the Apify Console and copy your personal API token.
Step 2: Connect your framework
Install the Apify client for Python or JavaScript.
Point LangChain, LlamaIndex, or your own agent at the Apify API.
Beginilah penampakannya:

✓ Pos pemeriksaan: Your agent can call any Actor programmatically.
Step 3: Let the agent pull live data
Have the agent run an Actor, then read results from the dataset.
✅ Hasil: Your LLM answers with fresh web data instead of stale training data.
💡 Pro Tip: Pair your agent with the RAG Web Browser Actor to give any LLM live search.
How to Use Apify Anti-Blocker
Anti-pemblokiran lets you scrape at scale without captchas killing your runs.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Turn on browser fingerprinting
Open your Actor input and enable the anti-blocking options.
No matter which website you target, defaults handle most blocks.
Step 2: Tune concurrency and retries
Lower max concurrency so your traffic looks human.
Beginilah penampakannya:

✓ Pos pemeriksaan: Requests succeed without captcha pages in the log.
Step 3: Test on a small batch
Run 20 pages and watch the success rate before scaling up.
✅ Hasil: Runs finish cleanly instead of dying behind captcha walls.
💡 Pro Tip: If blocks continue, switch the proxy group before you throw more retries at it.
Cara Menggunakan Apify Proxy
Apify Proxy lets you route requests through rotating IP addresses.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Open proxy settings
In your task input, scroll to the Proxy section.
Step 2: Pick a proxy type
Datacenter proxies are cheap and fast.
Residential proxies serve requests through real-user IPs for stubborn sites.
Beginilah penampakannya:

✓ Pos pemeriksaan: The proxy field shows your selected group.
Step 3: Set country and sessions
Choose a country if the site shows location-based content.
✅ Hasil: Requests rotate through fresh IPs, so you look like many real users.
💡 Pro Tip: Start with datacenter proxies — upgrade to residential only when sites still block you.
Cara Menggunakan Apify Crawlee
Crawlee lets you build custom crawlers in JavaScript or Python.
Berikut cara menggunakannya langkah demi langkah.
Langkah 1: Instal paket
Run npx crawlee create my-crawler, or pip install crawlee for Python.
Step 2: Write your crawler logic
Define a request handler that extracts data and enqueues new links.
Beginilah penampakannya:

✓ Pos pemeriksaan: Your crawler runs locally and prints scraped data.
Step 3: Deploy to Apify
Run apify push to turn your crawler into a cloud Actor.
✅ Hasil: A custom crawler you fully control, hosted on the platform.
💡 Pro Tip: The same Crawlee code runs on your computer and in the cloud, unchanged.
Cara Menggunakan Template Kode Apify
Templat kode let you start new Actors from working boilerplate.
Berikut cara menggunakannya langkah demi langkah.
Step 1: Open the templates page
Click Develop new in the console and pick View templates.
Step 2: Choose a template
Options cover Playwright, Puppeteer, BeautifulSoup, Scrapy, and more.
Beginilah penampakannya:

✓ Pos pemeriksaan: A ready project opens with sample scraping code inside.
Step 3: Build and deploy
Edit the boilerplate, design your input schema, and run apify push.
✅ Hasil: A published Actor built in minutes, not days.
💡 Pro Tip: Interested in earning from your code? Share your Actor in the Store — more people are buying pengikis there every month.
Tips dan Pintasan Apify Pro
After testing Apify for eight months, here are my best tips.
Command Line Shortcuts
| Tindakan | Jalan pintas |
|---|---|
| Log in from the terminal | apify login |
| Start an Actor from a template | apify create |
| Run an Actor locally | apify run |
| Push an Actor to the cloud | apify push |
Fitur Tersembunyi yang Sering Diabaikan Orang
- Schedules: Open any task and add a schedule — runs repeat automatically and keep datasets up to date.
- Storage tab: Every dataset, key-value store, and request queue lives here with its own API endpoint.
- Actor monetization: Publish your scraper and get paid — the platform serves more than 25k customers, and the web scraping market is expected to grow at 14.20% CAGR through 2030.
Kesalahan Umum yang Harus Dihindari di Apify
Mistake #1: Coding everything from scratch
❌ Salah: Spending days writing a custom scraper before checking what exists.
✅ Kanan: Search the Apify Store first — thousands of Actors already handle common websites.
Mistake #2: Launching huge runs untested
❌ Salah: Pointing an Actor at 50,000 URLs on the very first run.
✅ Kanan: Test with 10 to 20 pages, check the output, then scale up.
Mistake #3: Ignoring usage limits
❌ Salah: Letting one heavy run burn through your monthly platform credits.
✅ Kanan: Watch your usage numbers in the console and cap memory per run.
Panduan Pemecahan Masalah Apify
Problem: Your Actor run fails right away
Menyebabkan: Broken input — usually a malformed start URL or invalid JSON.
Memperbaiki: Open the run log and view the line where it throws an error. Fix that input value and restart.
Problem: The dataset comes back empty
Menyebabkan: The page loads content with JavaScript, or your selectors miss the target.
Memperbaiki: Switch to a browser-based Actor. Then check your Link selector and pageFunction logic.
Problem: The website blocks your requests
Menyebabkan: Too many requests from one IP address in a short window.
Memperbaiki: Enable Apify Proxy, lower concurrency, and add small delays between requests.
📌 Catatan: Still stuck? Post in the Apify community forum — developers usually reply fast — or contact Apify support.
Apa itu Apify?
Apify is a web scraping and automation platform that turns websites into structured data.
Think of it like an app store for scrapers — pick a tool, run it, download the results.
Apify handles the heavy lifting of web scraping, so you can focus on the data.
Saksikan ringkasan singkat ini:
Fitur-fitur utamanya meliputi:
- Pengikis Web AI: Pull structured data from any page with plain English prompts
- Toko Apify: Find ready-made Actors for thousands of scraping tasks
- Aktor: Run small cloud programs that automate data collection
- Integrasi: Send scraped data straight to the tools you already use
- Agen AI: Feed live web data to LLMs through the Apify API
- Anti-pemblokiran: Keep runs alive past captchas and IP bans
- Proksi: Serve each request from rotating IP addresses
- Crawlee: Build custom crawlers with a free open-source library
- Code templates: Start new Actors from Python and JavaScript boilerplate
Untuk ulasan lengkap, lihat ulasan kami. Ulasan Apify.

Harga Apify
Wondering what Apify costs in 2026? Here’s the full breakdown:
| Rencana | Harga | Terbaik untuk |
|---|---|---|
| Bebas | $0 | Testing Actors and small personal projects |
| Starter | $35 | Pekerja lepas dan pengembang tunggal |
| Skala | $179 | Tim yang sedang berkembang dengan kebutuhan pengambilan data secara berkala. |
| Bisnis | $899 | Large-scale data operations |
Uji coba gratis: Yes — the $0 Free plan includes monthly platform credits, so you can test real runs.
Garansi uang kembali: Not advertised. You can cancel anytime, and the Free plan lets you test first.
💰 Nilai Terbaik: Starter — $35 buys enough platform credits for most solo scraping projects.
Apify vs Alternatifnya
Bagaimana perbandingan Apify? Berikut gambaran persaingannya:
| Alat | Terbaik untuk | Harga | ProtoPie |
|---|---|---|---|
| Apify | Platform pengikis data full-stack | $35/bulan | 3.5 Sonnet saat ini memegang mahkota untuk penulisan kreatif dan penalaran yang bernuansa. Terasa lebih 'manusiawi' dan kurang robotik dibandingkan GPT-40. Untuk data mentah dan penelitian, |
| Scrapy | Pengembang yang melakukan pemrograman | $0 | 4. Generator Deskripsi |
| Data Terang | Pengambilan data skala perusahaan | $499/bulan | 4. Generator Vokal |
| Octoparse | Pemula tanpa kode | $99 / mo | 4. API yang andal |
| ScrapingBee | Pengambilan data API sederhana | $49 / mo | 3.5 Sonnet saat ini memegang mahkota untuk penulisan kreatif dan penalaran yang bernuansa. Terasa lebih 'manusiawi' dan kurang robotik dibandingkan GPT-40. Untuk data mentah dan penelitian, |
| ScrapeGraphai | AI-first extraction | $20/bulan | 4. AI Paraphraser |
RoseHosting vs MochaHost
- Tidak ada 'jejak dokumen': Apify — cloud runs, a huge Store, and code options in one platform
- Anggaran terbaik: Scrapy — completely free if you host it yourself
- Buka aplikasi VPN Anda (seperti NordVPN), cari 'India' di daftar negara, dan klik sambungkan. Anda akan langsung mendapatkan alamat IP India. Octoparse — visual point-and-click scraping
- Best for AI extraction: ScrapeGraphAI — prompt-based scraping built around LLMs
🎯 Alternatif Apify
Mencari alternatif Apify? Berikut adalah pilihan terbaiknya:
- 🔧 Scrapy: Free, open-source Python framework for developers who want full control. No cloud costs, but you host and maintain everything yourself.
- 🏢 Data Cerah: Enterprise proxy networks and ready datasets for scraping at serious scale. Powerful, but pricing suits big budgets.
- 👶 Octoparse: No-code visual scraper for beginners. Point, click, and extract without touching code — though complex sites can push its limits.
- ⚡ ScrapingBee: Simple scraping API that hides headless browsers and proxies behind one endpoint. Great when you just want clean HTML back fast.
- 🧠 ScrapeGraphAI: AI-powered extraction that turns natural language prompts into structured data. Young platform, but the LLM-first approach feels ahead of the curve.
Untuk daftar lengkapnya, lihat halaman kami. Alternatif Apify memandu.
⚔️ Perbandingan Apify
Berikut perbandingan Apify dengan setiap pesaingnya:
- Apify vs Scrapy: Scrapy wins on price — it’s free. Apify wins on everything hosted: scheduling, proxies, storage, and a marketplace of ready Actors.
- Apify vs Bright Data: Bright Data leads for massive proxy pools and compliance tooling. Apify offers a friendlier console, lower entry price, and an Actor marketplace.
- Apify vs Octoparse: Octoparse is simpler for pure no-code users. Apify scales further with code options, cloud scheduling, and thousands of pre-built Actors.
- Apify vs ScrapingBee: ScrapingBee is leaner for one-off API calls. Apify adds storage, scheduling, monetization, and a Store full of finished scrapers.
- Apify vs ScrapeGraphAI: ScrapeGraphAI focuses purely on AI extraction. Apify covers AI scraping plus proxies and automation — the broader platform wins for most users.
Mulai Gunakan Apify Sekarang
Anda telah mempelajari cara menggunakan setiap fitur utama Apify:
- ✅ Pengikis Web AI
- ✅ Toko Apify
- ✅ Aktor
- ✅ Integrasi
- ✅ Agen AI
- ✅ Anti-pemblokiran
- ✅ Proksi
- ✅ Crawlee
- ✅ Code templates
Langkah selanjutnya: Pilih satu fitur dan coba sekarang juga.
Kebanyakan orang memulai dengan AI Web Scraper.
Prosesnya memakan waktu kurang dari 5 menit.
Pertanyaan Yang Sering Muncul
Apify digunakan untuk apa?
Apify is used for web scraping, automation, and data extraction. You run Actors — small cloud programs — that pull structured data from websites, then export it as JSON, CSV, or Excel.
Apakah Apify gratis untuk digunakan?
Yes. The Free plan costs $0 and includes monthly platform credits. Paid plans start at $35 for Starter when you need more capacity.
How do I use Apify for web scraping?
Create a free Apify account, pick an Actor from the Store, configure the input options with your target URL, run the task, then download your data.
Is web scraping with Apify legal?
Scraping publicly available data is generally legal. Respect each website’s terms, avoid personal data, and follow privacy laws like GDPR. When in doubt, ask a lawyer first.
Bisakah Apify mengambil data dari Instagram?
Yes. The Apify Store has Instagram scrapers that collect public profiles, posts, comments, and hashtags. They handle blocking for you, so no workarounds are needed.













