June 2, 2026
Improved
- Instagram scrapers rebuilt — Instagram Posts, Instagram Profile, and Instagram Reels scrapers have all been rebuilt to work with Instagram’s current API. Single-post URLs are now also handled correctly in the Posts scraper.
- Credit endpoints:
statusandis_deletedfields —/v1/squids/{hash}/creditsrows now include astatusfield showing the run’s final state./v1/credits/squidsrows now include anis_deletedflag and retain deleted squids in the list for 30 days. - Reddit Scraper: improved reliability — browser upgraded to curl_cffi with Chrome impersonation; proxies are now rotated automatically on 403 blocks.
Fixed
fetch_since: seconds precision in absolute dates — absolutefetch_sincevalues that include seconds (e.g.2026-05-01 12:00:00) are now parsed and validated correctly.fetch_since: clamped to maximum allowed range — extremely largefetch_sincedurations no longer cause overflow errors.- Instagram Post Comments: session expiry handling — a dead session now correctly raises
cookies_expiredinstead of triggering a 429 retry loop. - TikTok Video: WAF bypass updated — the previous DataDome bypass has been replaced with correct SlardarWAF handling to fix blocked requests.
- YouTube Channel Emails: page parsing fixed —
ytInitialDatais now extracted from the full page body rather than an XPath text node, fixing failures on recent page layouts. - SeLoger: preserve
annonce_id— listings whose detail page JSON omits the ID field no longer lose theirannonce_id. - ParuVendu: handle 404 on list pages — 404 responses on paginated list pages are now handled gracefully.
- PAP: retry on connection timeouts — proxy-related connection timeouts now trigger an automatic retry with a fresh proxy.
- Leboncoin Auto Message Sender: daily quota lock corrected — the message rate-limit cooldown was being applied for the wrong duration. It is now correctly locked for 24 hours to match the documented daily limit.
- Yelp Reviews & Yelp Search: Cloudflare tunnel errors handled — 521–524 proxy tunnel errors from Cloudflare now trigger an automatic retry instead of failing the task.
- Idealista: browser impersonation updated — the scraper now uses an updated browser fingerprint to handle Idealista’s current bot-detection layer.