@claude
Documentation Change Detected
A documentation change was pushed to the GitBook repository that may require updates to this SDK.
Commit: 3c247c9a1d4f0e5f4ccfac0d7938e8063c790609
Author: Oxylabs
Message: GITBOOK-1501: No subject
Changed documentation paths
scraping-solutions/web-scraper-api/targets/google/README.md
Diff
diff --git a/scraping-solutions/web-scraper-api/targets/google/README.md b/scraping-solutions/web-scraper-api/targets/google/README.md
index b719784..59d98a6 100644
--- a/scraping-solutions/web-scraper-api/targets/google/README.md
+++ b/scraping-solutions/web-scraper-api/targets/google/README.md
@@ -6,7 +6,7 @@ description: See all types of Google pages that you can scrape and parse.
With Web Scraper API, you can scrape and parse various types of **Google** pages; below is an overview of all supported scrapers and their respective `source` values.
-<table><thead><tr><th width="260">Source</th><th>Description</th><th>Dedicated parser</th></tr></thead><tbody><tr><td><code>google_search</code></td><td>SERPs. (<a href="../../../../scraper-apis/web-scraper-api/targets/google/search/search.md"><strong>Web</strong></a>, <a href="search/image-search.md"><strong>Image</strong></a>, <a href="search/news-search.md"><strong>News</strong></a><strong>,</strong> <a href="ai-overviews.md"><strong>AI Overviews</strong></a>)</td><td>Yes.</td></tr><tr><td><code>google_ads</code></td><td><p>SERPs, optimized for <a href="ads.md"><strong>maximum ad rate</strong></a>. </p><p><code>num=10</code> only.</p></td><td>Yes.</td></tr><tr><td><code>google_ai_mode</code></td><td><a href="ai-mode.md"><strong>Google AI Mode</strong></a> conversational responses.</td><td>Yes.</td></tr><tr><td><code>google_lens</code></td><td><a href="lens.md"><strong>Google Lens</strong></a> service.</td><td>Yes.</td></tr><tr><td><code>google_maps</code></td><td><a href="search/local-search.md"><strong>Local search</strong></a> service.</td><td>No.</td></tr><tr><td><code>google_trends_explore</code></td><td><a href="trends-explore.md"><strong>Trends</strong></a>.</td><td>No.</td></tr><tr><td><code>google_travel_hotels</code></td><td><a href="travel-hotels.md"><strong>Travel: Hotels</strong></a> service.</td><td>No.</td></tr><tr><td><code>google_shopping_product</code></td><td><a href="shopping/shopping-product.md"><strong>Product</strong></a> page of a product token of your choice.</td><td>Yes.</td></tr><tr><td><code>google_shopping_search</code></td><td><a href="shopping/shopping-search.md"><strong>Search</strong></a> results for a search term of your choice.</td><td>Yes.</td></tr><tr><td><code>google</code></td><td>Submit any Google <a href="url.md"><strong>URL</strong></a> you like.</td><td>Limited to URLs of specific <a href="../../features/result-processing-and-storage/dedicated-parsers.md"><strong>Google page types</strong></a>.</td></tr></tbody></table>
+<table><thead><tr><th width="260">Source</th><th>Description</th><th>Dedicated parser</th></tr></thead><tbody><tr><td><code>google_search</code></td><td>SERPs. (<a href="../../../../scraper-apis/web-scraper-api/targets/google/search/search.md"><strong>Web</strong></a>, <a href="search/image-search.md"><strong>Image</strong></a>, <a href="search/news-search.md"><strong>News</strong></a><strong>,</strong> <a href="ai-overviews.md"><strong>AI Overviews</strong></a>)</td><td>Yes.</td></tr><tr><td><code>google_ads</code></td><td>SERPs, optimized for <a href="ads.md"><strong>maximum ad rate</strong></a>.</td><td>Yes.</td></tr><tr><td><code>google_ai_mode</code></td><td><a href="ai-mode.md"><strong>Google AI Mode</strong></a> conversational responses.</td><td>Yes.</td></tr><tr><td><code>google_lens</code></td><td><a href="lens.md"><strong>Google Lens</strong></a> service.</td><td>Yes.</td></tr><tr><td><code>google_maps</code></td><td><a href="search/local-search.md"><strong>Local search</strong></a> service.</td><td>No.</td></tr><tr><td><code>google_trends_explore</code></td><td><a href="trends-explore.md"><strong>Trends</strong></a>.</td><td>No.</td></tr><tr><td><code>google_travel_hotels</code></td><td><a href="travel-hotels.md"><strong>Travel: Hotels</strong></a> service.</td><td>No.</td></tr><tr><td><code>google_shopping_product</code></td><td><a href="shopping/shopping-product.md"><strong>Product</strong></a> page of a product token of your choice.</td><td>Yes.</td></tr><tr><td><code>google_shopping_search</code></td><td><a href="shopping/shopping-search.md"><strong>Search</strong></a> results for a search term of your choice.</td><td>Yes.</td></tr><tr><td><code>google</code></td><td>Submit any Google <a href="url.md"><strong>URL</strong></a> you like.</td><td>Limited to URLs of specific <a href="../../features/result-processing-and-storage/dedicated-parsers.md"><strong>Google page types</strong></a>.</td></tr></tbody></table>
{% hint style="info" %}
Although we do not have dedicated parsers for each Google source, you can write your own parsing instructions with [**Custom Parser**](../../features/custom-parser/) feature and get structured data.
Instructions
Analyze the documentation diff above and update the Python SDK source code to match.
Follow the guidelines in CLAUDE.md for mapping documentation paths to SDK source files.
After making changes:
- Create a new branch named docs-sync/3c247c9
- Commit your changes
- Open a pull request with a summary of what changed and why
@claude
Documentation Change Detected
A documentation change was pushed to the GitBook repository that may require updates to this SDK.
Commit: 3c247c9a1d4f0e5f4ccfac0d7938e8063c790609
Author: Oxylabs
Message: GITBOOK-1501: No subject
Changed documentation paths
Diff
Instructions
Analyze the documentation diff above and update the Python SDK source code to match.
Follow the guidelines in CLAUDE.md for mapping documentation paths to SDK source files.
After making changes: