
Vladimir Trifonov
I build reliable web scrapers for data teams and AI agents. I focus on sources with no official API — Google Trends, social platforms, marketplaces.
in/vladitrifonov
Joined August 2026
ACTOR STATS
1 public Actor
2 total users
1 monthly user
>99% runs succeeded
I build web scrapers for sources that have no official API — the ones where getting clean data reliably is the actual hard part.
Most scrapers don't fail because parsing is hard. They fail because the target fights back: session cookies that have to be warmed, rate limits bound to the IP rather than the session, silent throttling that returns an empty page instead of an error. That is the part I care about getting right.
Google Trends is a good example. It returns 429 to any request made without a warmed
session cookie, and it counts requests per IP address, not per session — so a single address
survives only a handful of calls no matter what cookies it presents. My scraper warms the
session, rotates to a fresh IP for every keyword, and accumulates partial results across
retries instead of discarding data it has already spent a request to fetch.
- 📈 Google Trends Scraper — interest over time, interest by region, top and rising related queries. No API key required.
- 🐛 Found a bug, or need a field that isn't there? Open an issue on the Actor — I read every one.
- 🛠️ Need a scraper for a source that isn't in the Store yet? Get in touch.
- 🌍 Based in Kazakhstan, working with clients worldwide.
- 💬 English, Russian.