بداية سريعة

يغطي هذا الدليل جميع ميزات Apify:
- ابدء — إنشاء حساب وإعدادات أساسية
- كيفية استخدام برنامج استخراج البيانات من مواقع الويب المدعوم بالذكاء الاصطناعي — Pull structured data from any page with plain English prompts
- كيفية استخدام متجر Apify — Find ready-made Actors for thousands of scraping tasks
- كيفية استخدام الممثلين — Run small cloud programs that automate data collection
- كيفية استخدام التكاملات — 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
- كيفية استخدام خاصية منع الحظر — Keep runs alive past captchas and IP bans
- كيفية استخدام البروكسي — Serve each request from rotating IP addresses
- كيفية استخدام كراولي — Build custom crawlers with a free open-source library
- How to Use Code templates — Start new Actors from Python and JavaScript boilerplate
الوقت اللازم: خمس دقائق لكل فقرة
يتضمن هذا الدليل أيضًا ما يلي: نصائح احترافية | الأخطاء الشائعة | استكشاف الأخطاء وإصلاحها | التسعير | البدائل
لماذا تثق بهذا الدليل؟
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 أحد أقوى أدوات استخراج البيانات من مواقع الويب و الأتمتة الأدوات المتاحة اليوم.
لكن معظم المستخدمين لا يستغلون سوى جزء بسيط مما يمكن أن يفعله.
يوضح لك هذا الدليل كيفية استخدام كل ميزة رئيسية.
خطوة بخطوة، مع لقطات شاشة ونصائح احترافية.
برنامج تعليمي لـ 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.

أبيفي
Turn any website into structured بيانات. Apify gives you thousands of ready-made Actors, plus the tools to build and even sell your own. Start free — no credit card required.
البدء باستخدام Apify
قبل استخدام أي ميزة، أكمل هذا الإعداد لمرة واحدة.
يستغرق الأمر حوالي 3 دقائق.
Watch this quick video overview first:
والآن دعونا نستعرض كل خطوة.
الخطوة الأولى: إنشاء حسابك
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.
✓ نقطة تفتيش: تحقق من صندوق الوارد للحصول على رسالة تأكيد عبر البريد الإلكتروني.
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.
هذا هو شكل لوحة التحكم:

✓ نقطة تفتيش: يجب أن ترى لوحة التحكم الرئيسية.
الخطوة 3: إكمال الإعداد الأولي
Follow the short onboarding prompts and tell Apify what you want to build.
No worries if you skip something — every setting can change later.
✅ تم: أنت الآن جاهز لاستخدام أي ميزة أدناه.
كيفية استخدام أداة استخراج البيانات من مواقع الويب المدعومة بالذكاء الاصطناعي من Apify
برنامج استخراج بيانات الويب المدعوم بالذكاء الاصطناعي lets you pull structured data from any page using plain English prompts.
إليك كيفية استخدامه خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: The preview shows extracted fields matching your prompt.
Step 3: Save and start
Click Save & Start, then watch the run collect your data.
✅ النتيجة: Structured data from any page — no selectors, no code.
💡 نصيحة احترافية: Specific prompts beat vague ones — name the exact fields you want extracted.
كيفية استخدام متجر Apify
ال متجر Apify lets you find ready-made Actors instead of coding from scratch.
إليك كيفية استخدامه خطوة بخطوة.
الخطوة الأولى: تصفح المتجر
Open apify.com/store or click Store in the console.
Search for the website you want to scrape — Google Maps, for example.
الخطوة الثانية: اختيار ممثل
Compare ratings, user numbers, and pricing on each listing.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: 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.
✅ النتيجة: You have a working scraper without writing a line of code.
💡 نصيحة احترافية: The Store is a good place to check first — with thousands of Actors, someone probably built it.
كيفية استخدام ممثلي Apify
ممثلو Apify are small cloud programs that perform specific tasks, like scraping one website.
إليك كيفية استخدامها خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: 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.
✅ النتيجة: Your data waits in a dataset, ready to export as JSON, CSV, or Excel.
💡 نصيحة احترافية: One Actor can power many tasks — create a separate task for each website you scrape.
كيفية استخدام تكاملات Apify
التكاملات let you send scraped data straight to the apps you already use.
إليك كيفية استخدامها خطوة بخطوة.
Step 1: Open the Integrations tab
Inside any task, click Integrations.
Step 2: Choose an integration
Pick Google Sheets, Slack, زابير, Make, or a plain webhook.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: The integration shows as connected on your task.
Step 3: Set the trigger
Webhooks can ping you when a task starts, finishes, or fails.
✅ النتيجة: Fresh data lands in your other tools automatically.
💡 نصيحة احترافية: Set a webhook on failed runs so silent errors never slip past you.
كيفية استخدام وكلاء الذكاء الاصطناعي من Apify
وكلاء الذكاء الاصطناعي let you feed live web data to LLMs and agent frameworks.
إليك كيفية استخدامها خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: 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.
✅ النتيجة: Your LLM answers with fresh web data instead of stale training data.
💡 نصيحة احترافية: Pair your agent with the RAG Web Browser Actor to give any LLM live search.
How to Use Apify Anti-Blocker
مضاد للانسداد lets you scrape at scale without captchas killing your runs.
إليك كيفية استخدامه خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: 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.
✅ النتيجة: Runs finish cleanly instead of dying behind captcha walls.
💡 نصيحة احترافية: If blocks continue, switch the proxy group before you throw more retries at it.
كيفية استخدام Apify Proxy
وكيل Apify lets you route requests through rotating IP addresses.
إليك كيفية استخدامه خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: The proxy field shows your selected group.
Step 3: Set country and sessions
Choose a country if the site shows location-based content.
✅ النتيجة: Requests rotate through fresh IPs, so you look like many real users.
💡 نصيحة احترافية: Start with datacenter proxies — upgrade to residential only when sites still block you.
كيفية استخدام برنامج Apify Crawlee
كراولي lets you build custom crawlers in JavaScript or Python.
إليك كيفية استخدامه خطوة بخطوة.
Step 1: Install the package
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: Your crawler runs locally and prints scraped data.
Step 3: Deploy to Apify
Run apify push to turn your crawler into a cloud Actor.
✅ النتيجة: A custom crawler you fully control, hosted on the platform.
💡 نصيحة احترافية: The same Crawlee code runs on your computer and in the cloud, unchanged.
كيفية استخدام قوالب أكواد Apify
قوالب التعليمات البرمجية let you start new Actors from working boilerplate.
إليك كيفية استخدامها خطوة بخطوة.
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.
هذا ما يبدو عليه الأمر:

✓ نقطة تفتيش: 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.
✅ النتيجة: A published Actor built in minutes, not days.
💡 نصيحة احترافية: Interested in earning from your code? Share your Actor in the Store — more people are buying كاشطات there every month.
نصائح واختصارات احترافية من Apify
After testing Apify for eight months, here are my best tips.
Command Line Shortcuts
| فعل | اختصار |
|---|---|
| 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 |
ميزات خفية يغفل عنها معظم الناس
- 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.
أخطاء شائعة يجب تجنبها في تطبيق Apify
Mistake #1: Coding everything from scratch
❌ خطأ: Spending days writing a custom scraper before checking what exists.
✅ يمين: Search the Apify Store first — thousands of Actors already handle common websites.
Mistake #2: Launching huge runs untested
❌ خطأ: Pointing an Actor at 50,000 URLs on the very first run.
✅ يمين: Test with 10 to 20 pages, check the output, then scale up.
Mistake #3: Ignoring usage limits
❌ خطأ: Letting one heavy run burn through your monthly platform credits.
✅ يمين: Watch your usage numbers in the console and cap memory per run.
استكشاف أخطاء Apify وإصلاحها
Problem: Your Actor run fails right away
سبب: Broken input — usually a malformed start URL or invalid JSON.
يصلح: 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
سبب: The page loads content with JavaScript, or your selectors miss the target.
يصلح: Switch to a browser-based Actor. Then check your Link selector and pageFunction logic.
Problem: The website blocks your requests
سبب: Too many requests from one IP address in a short window.
يصلح: Enable Apify Proxy, lower concurrency, and add small delays between requests.
📌 ملحوظة: Still stuck? Post in the Apify community forum — developers usually reply fast — or contact Apify support.
ما هو 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.
شاهد هذه النظرة العامة السريعة:
يتضمن هذا المنتج الميزات الرئيسية التالية:
- برنامج استخراج البيانات من مواقع الويب باستخدام الذكاء الاصطناعي: Pull structured data from any page with plain English prompts
- متجر Apify: Find ready-made Actors for thousands of scraping tasks
- الممثلون: Run small cloud programs that automate data collection
- التكاملات: Send scraped data straight to the tools you already use
- AI agents: Feed live web data to LLMs through the Apify API
- منع الحظر: Keep runs alive past captchas and IP bans
- الوكيل: Serve each request from rotating IP addresses
- كراولي: Build custom crawlers with a free open-source library
- Code templates: Start new Actors from Python and JavaScript boilerplate
للاطلاع على مراجعة كاملة، راجع مراجعة Apify.

أسعار Apify
Wondering what Apify costs in 2026? Here’s the full breakdown:
| يخطط | سعر | الأفضل لـ |
|---|---|---|
| حر | $0 | Testing Actors and small personal projects |
| بداية | $35 | المستقلون والمطورين المستقلين |
| حجم | $179 | فرق متنامية ذات احتياجات منتظمة في مجال استخراج البيانات |
| عمل | $899 | Large-scale data operations |
تجربة مجانية: Yes — the $0 Free plan includes monthly platform credits, so you can test real runs.
ضمان استرداد الأموال: Not advertised. You can cancel anytime, and the Free plan lets you test first.
💰 أفضل قيمة: Starter — $35 buys enough platform credits for most solo scraping projects.
أبيفي مقابل البدائل
كيف تقارن Apify بالشركات المنافسة؟ إليك نظرة على المشهد التنافسي:
| أداة | الأفضل لـ | سعر | تصنيف |
|---|---|---|---|
| أبيفي | منصة استخراج البيانات المتكاملة | 35 دولارًا شهريًا | ⭐ 4.5 |
| سكرابي | مطورون يبرمجون | $0 | ⭐ 4.4 |
| بيانات برايت | استخراج البيانات على نطاق المؤسسة | 499 دولارًا شهريًا | ⭐ 4.6 |
| أوكتوبارس | No-code beginners | 99 دولارًا شهريًا | ⭐ 4.3 |
| سكرابينغ بي | استخراج البيانات من واجهة برمجة التطبيقات البسيطة | 49 دولارًا شهريًا | ⭐ 4.5 |
| ScrapeGraphai | AI-first extraction | 20 دولارًا شهريًا | ⭐ 4.2 |
اختيارات سريعة:
- الأفضل إجمالاً: Apify — cloud runs, a huge Store, and code options in one platform
- أفضل ميزانية: Scrapy — completely free if you host it yourself
- الأفضل للمبتدئين: Octoparse — visual point-and-click scraping
- Best for AI extraction: ScrapeGraphAI — prompt-based scraping built around LLMs
🎯 بدائل Apify
هل تبحث عن بدائل لـ Apify؟ إليك أفضل الخيارات:
- 🔧 سكرابي: Free, open-source Python framework for developers who want full control. No cloud costs, but you host and maintain everything yourself.
- 🏢 بيانات برايت: Enterprise proxy networks and ready datasets for scraping at serious scale. Powerful, but pricing suits big budgets.
- 👶 أوكتوبارس: No-code visual scraper for beginners. Point, click, and extract without touching code — though complex sites can push its limits.
- ⚡ سكرابينغ بي: 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.
للاطلاع على القائمة الكاملة، راجع بدائل Apify مرشد.
⚔️ مقارنة Apify
إليكم كيف تقارن Apify بكل منافسيها:
- مقارنة بين Apify و Scrapy: Scrapy wins on price — it’s free. Apify wins on everything hosted: scheduling, proxies, storage, and a marketplace of ready Actors.
- مقارنة بين Apify و 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 و Octoparse: Octoparse is simpler for pure no-code users. Apify scales further with code options, cloud scheduling, and thousands of pre-built Actors.
- مقارنة بين Apify و ScrapingBee: ScrapingBee is leaner for one-off API calls. Apify adds storage, scheduling, monetization, and a Store full of finished scrapers.
- مقارنة بين Apify و ScrapeGraphAI: ScrapeGraphAI focuses purely on AI extraction. Apify covers AI scraping plus proxies and automation — the broader platform wins for most users.
ابدأ باستخدام Apify الآن
لقد تعلمت كيفية استخدام جميع ميزات Apify الرئيسية:
- ✅ برنامج استخراج بيانات الويب المدعوم بالذكاء الاصطناعي
- ✅ متجر Apify
- ✅ ممثلون
- ✅ عمليات التكامل
- ✅ وكلاء الذكاء الاصطناعي
- ✅ مضاد للانسداد
- ✅ بروكسي
- ✅ كراولي
- ✅ Code templates
الخطوة التالية: اختر ميزة واحدة وجرّبها الآن.
يبدأ معظم الناس باستخدام برنامج استخراج البيانات من مواقع الويب المدعوم بالذكاء الاصطناعي.
يستغرق الأمر أقل من 5 دقائق.
الأسئلة الشائعة
ما هي استخدامات Apify؟
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.
هل استخدام Apify مجاني؟
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.
هل يمكن لـ Apify استخراج البيانات من إنستغرام؟
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.













