Go to Apify Store
leorochasantos

Leonardo Santos
Building fast, agent-ready scrapers held to a <2% failure standard — clean flat JSON, automated daily monitoring, and quick repairs when sites change.
Joined March 2026
ACTOR STATS
3 public Actors
6 total users
2 monthly users
>99% runs succeeded
Scrapers break silently — sites change, proxies get throttled, schemas drift. Every actor I publish is treated as a monitored service, not a one-off script:
- Golden-set testing. Each actor ships with a probe suite covering its full input surface (every mode, region, and timeframe). It gates every release: nothing ships below a <2% failure rate.
- Automated daily monitoring. The same probe suite runs against the live production actor every day, so drift is caught and fixed before it shows up in your runs.
- Built for agents and pipelines. Flat JSON output — no nested array-of-arrays, no redundant formatted strings, explicit granularity fields, absolute URLs. If an LLM or MCP client consumes it, it should never need a parsing layer.
- Lean by default. HTTP-first architecture instead of headless browsers wherever possible: runs in ~5–10 seconds at 512 MB or less, so your compute cost stays low.
Found a bug or need a feature? Open an issue on the actor's Issues tab — reported problems feed straight into the monitoring suite, so once fixed they stay fixed.