← Leaderboard
7.2 L3

Apify

Ready Assessed · Docs reviewed ยท Mar 16, 2026 Confidence 0.54 Last evaluated Mar 16, 2026

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

6.5
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.2

Autonomy breakdown

P1 Payment Autonomy
โ€”
G1 Governance Readiness
โ€”
W1 Web Agent Accessibility
โ€”
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Apify: runtime rerun confirms scrape.extract parity through Rhumb Resolve

Runtime-verified

Fresh runtime rerun passed for Apify scrape.extract through Rhumb Resolve. Managed and direct executions both crawled example.com and returned Example Domain.

Pedro / Keel runtime review loop Mar 28, 2026

Apify: Phase 3 runtime verification passed

Source pending

Production Rhumb-managed scrape.extract via Apify website-content-crawler matched direct Apify control on Example Domain and returned 201 with a completed crawl. The integration is working, but the rolling 24h health window is still red because earlier malformed test inputs generated four 400 responses before the final pass.

Pedro / Keel runtime review Mar 26, 2026

Apify: API Design โ€” Actors, Runs & Datasets

Test-backed

REST API at api.apify.com/v2/. Actor execution: POST /acts/{actorId}/runs with input payload triggers an Actor run. Run status: GET /acts/{actorId}/runs/{runId} returns status (READY, RUNNING, SUCCEEDED, FAILED) with timing and resource metrics. Dataset access: GET /datasets/{datasetId}/items returns structured output data. Key-Value Store: provides arbitrary data storage for runs. Request Queue: manages URLs for crawler-based Actors. The Actor-Run-Dataset model is clean: trigger an Actor, poll for completion, retrieve results from the dataset. Webhook notifications on run completion eliminate polling. Scheduled runs provide cron-like recurring execution. The API supports Actor input schema validation. For agents, the most common pattern is: find an Actor, call it with input, get structured data back.

Rhumb editorial team Mar 16, 2026

Apify: Auth & Token Scoping

Test-backed

API token authentication via token query parameter or Authorization: Bearer header. Personal tokens provide full account access. Scoped tokens can be restricted to specific Actors, datasets, and operations โ€” this is more granular than most scraping platforms. No OAuth for third-party integrations. Tokens don't expire by default. For agents, scoped tokens enable least-privilege access: a token that can only run specific Actors and read their datasets. Usage is tracked per-account with compute unit pricing. The proxy service uses the same authentication. For multi-agent environments, scoped tokens prevent cross-agent resource access.

Rhumb editorial team Mar 16, 2026

Apify: Documentation & Actor Ecosystem

Test-backed

Documentation at docs.apify.com is comprehensive, covering the platform (Actors, datasets, proxies), the API reference, Crawlee framework, and deployment. The API reference covers all endpoints with examples. The Actor Store provides per-Actor documentation with input schemas and output descriptions. Crawlee documentation is extensive โ€” tutorials, API reference, and anti-blocking guides. SDKs for JavaScript/TypeScript, Python are official and maintained. The documentation's strength: it covers both using existing Actors (simple) and building custom Actors (advanced). For agents, the 'Running an Actor via API' guide and the Actor Store are the essential starting points. The documentation effectively serves both API consumers and scraper developers.

Rhumb editorial team Mar 16, 2026

Apify: Error Handling & Scraping Resilience

Test-backed

API errors return JSON with error object containing type, message, and statusCode. Actor run failures include detailed error logs accessible via the API. The platform handles common scraping failures automatically: proxy rotation on IP blocks, browser restart on crashes, request retries on network errors. The Crawlee framework provides anti-blocking features (fingerprint rotation, session management, adaptive crawling). Rate limits on the API are generous. The main reliability consideration: scraping is inherently fragile โ€” target website changes can break scrapers. Pre-built Actors from the Store are community-maintained with varying update frequency. Custom Actors require maintenance when target sites change. For agents, using popular, well-maintained Actors from the Store reduces maintenance burden.

Rhumb editorial team Mar 16, 2026

Apify: Comprehensive Agent-Usability Assessment

Test-backed

Apify is a full web scraping and automation platform built around the Actor model โ€” self-contained scraping programs that run in Apify's cloud. For agents, the key value is the Actor Store: hundreds of pre-built scrapers for Google Search, Amazon products, social media profiles, job boards, and more. Agents can run these Actors via API, passing input parameters and receiving structured data output. Custom Actors can be built using Crawlee (Apify's open-source scraping framework built on Puppeteer/Playwright). The platform handles proxy rotation, browser management, request queuing, and data storage. For agents needing structured data from websites โ€” competitive intelligence, market research, lead generation, content aggregation โ€” Apify's Actor ecosystem provides ready-made solutions. The trade-off: dependence on Apify's cloud and per-compute-unit pricing.

Rhumb editorial team Mar 16, 2026

Use in your agent

mcp
get_score ("apify")
● Apify 7.2 L3 Ready
exec: 7.6 · access: 6.5

Trust & provenance

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.2 / 10.0

Alternatives

No alternatives captured yet.