@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 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. -SourceDescriptionDedicated parsergoogle_searchSERPs. (Web, Image, News, AI Overviews)Yes.google_adsSERPs, optimized for maximum ad rate. num=10 only.Yes.google_ai_modeGoogle AI Mode conversational responses.Yes.google_lensGoogle Lens service.Yes.google_mapsLocal search service.No.google_trends_exploreTrends.No.google_travel_hotelsTravel: Hotels service.No.google_shopping_productProduct page of a product token of your choice.Yes.google_shopping_searchSearch results for a search term of your choice.Yes.googleSubmit any Google URL you like.Limited to URLs of specific Google page types. +SourceDescriptionDedicated parsergoogle_searchSERPs. (Web, Image, News, AI Overviews)Yes.google_adsSERPs, optimized for maximum ad rate.Yes.google_ai_modeGoogle AI Mode conversational responses.Yes.google_lensGoogle Lens service.Yes.google_mapsLocal search service.No.google_trends_exploreTrends.No.google_travel_hotelsTravel: Hotels service.No.google_shopping_productProduct page of a product token of your choice.Yes.google_shopping_searchSearch results for a search term of your choice.Yes.googleSubmit any Google URL you like.Limited to URLs of specific Google page types. {% 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: 1. Create a new branch named docs-sync/3c247c9 2. Commit your changes 3. Open a pull request with a summary of what changed and why