logo

Changelog

Product updates, fixes, and improvements shipped to Scrape.do.

  1. New Gemini Scraper API with web-grounded answers

    featuregemini-apiplugins

    Ask Google Gemini through one GET request and parse the answer as JSON, complete with the sources Gemini cited and the model label.

  2. Team management for Business plans and above

    featuredashboardteams

    Create a team, invite members with roles, control who sees the API token, and audit every action, all from the dashboard.

  3. ChatGPT API, stable product IDs and inline shopping placeholders

    featurechatgpt-apiplugins

    Match inline shopping results to tool_data by a stable id, and render your own product cards with {{shopping:<id>}} placeholders.

  4. Google Search organic results now expose stacked deep links

    improvementgoogle-apiplugins

    Host-grouped results ("More results from this site") are returned once, with their deep links under sitelinks.expanded.

  5. New ChatGPT API, prompt-to-reply as structured JSON

    featurechatgpt-apiplugins

    Send a single prompt to ChatGPT and get the full assistant reply as parsed JSON in one HTTP call.

  6. New Google Play Store API for apps, details, and reviews

    featuregoogle-apiplugins

    Three endpoints for the Play Store, returning Android app search results, full product pages, and paginated user reviews as structured JSON.

  7. New YouTube API — videos, channels, playlists, and Shorts as JSON

    featureyoutube-apiplugins

    One managed endpoint for YouTube's search page, returning videos, channels, playlists, Shorts shelves, and ads as structured JSON.

  8. Structured Google plugins for search, shopping, and maps

    featuregoogle-apiplugins

    One managed endpoint per Google surface — search, shopping, maps, and more — returning JSON instead of HTML.

  9. Async API documentation and concurrency clarifications

    improvementasync-apiweb-scraping-api

    Refreshed Async API docs with clearer concurrency guidance, plus a new product surface shipped in the same release.

  10. ZIP-code-level proxy targeting

    featureproxies

    Pin proxy requests to a specific ZIP/postal code in supported regions for more accurate localized scraping.

  11. Structured extraction for Google AI Overview answers

    featuregoogle-apiplugins

    A managed endpoint that captures Google's AI Overview answer boxes as structured data.

  12. Pricing page restructured

    improvementpricing

    New plan cards above a shared features grid, with clearer concurrent-request limits on every tier.

  13. Structured Google search results without HTML parsing

    featuregoogle-apiplugins

    A dedicated Google SERP endpoint returns organic results, ads, knowledge panels, and related searches as JSON.

  14. Structured product results for Google Shopping queries

    featuregoogle-apiplugins

    Google Shopping plugin returns JSON-formatted product results; first programmatic scraper pages (Ozon.ru, OnTheMarket) go live.

  15. Raw HTML alongside structured fields in Amazon responses

    improvementamazon-api

    Pass include_html=true to any Amazon endpoint to get the raw page HTML next to the parsed JSON. The super parameter is no longer required.

  16. One concurrency slot per JS-rendered request, down from five

    breakingweb-scraping-api

    Requests with render=true now count as a single concurrent request instead of five — effectively 5× more rendered throughput per plan.

  17. Inline iframe content with the showFrames parameter

    featureweb-scraping-api

    A new parameter renders iframe content directly into the returned page so cross-origin frames stop dropping out of scrapes.

  18. Structured product, search, and review data for Amazon

    featureamazon-api

    A dedicated Amazon endpoint returns parsed product details, search results, and reviews without writing parsers.

  19. Analytics, Playground, and a new dashboard

    featuredashboard

    Per-request analytics, a live request builder, a new Advanced plan, and a refreshed dashboard built around how you actually work.

  20. Redesigned website, blog, and documentation

    improvementdocs

    New site organized by product, feature, and industry. Redesigned blog. Reorganized docs with new integration guides.

  21. Public Async API reference with OpenAPI schema

    featureasync-apidocs

    Async API is fully documented with a public OpenAPI schema, simplified auth, and an explicit concurrency table.