# Scraping Solutions

- [Web Scraper API](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api.md)
- [Integration Methods](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/integration-methods.md): Explore the three integration methods for the Oxylabs Web Scraper API (Realtime, Push-Pull, Proxy Endpoint) and learn how they differ in job submission, format and workflow.
- [Realtime](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/integration-methods/realtime.md): Realtime integration for the Web Scraper API by Oxylabs. Keep the HTTPS connection open from job submission until results or an error are returned, using JSON-formatted payloads.
- [Push-Pull](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/integration-methods/push-pull.md): Discover the Push-Pull integration method for the Oxylabs Web Scraper API. Submit a job, then poll the results endpoint later using JSON-formatted data.
- [Proxy Endpoint](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/integration-methods/proxy-endpoint.md): Send and receive data via the Oxylabs Web Scraper API Proxy Endpoint. Access target pages directly through a simple URL-based integration.
- [Features](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features.md)
- [Localization](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/localization.md)
- [Proxy Location](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/localization/proxy-location.md)
- [SERP Localization](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/localization/serp-localization.md)
- [E-Commerce Localization](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/localization/e-commerce-localization.md)
- [Domain, Locale, Results Language](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/localization/domain-locale-results-language.md)
- [JS Rendering & Browser Control](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control.md)
- [JavaScript Rendering](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/javascript-rendering.md)
- [Browser Instructions](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions.md)
- [List of instructions](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions/list-of-instructions.md)
- [Result Processing & Storage](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage.md)
- [Dedicated Parsers](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md): Enable dedicated parsers in the Oxylabs Web Scraper API by setting parse=true. Structured JSON output for supported targets like Amazon, Google, Walmart and more.
- [Download Images](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/download-images.md)
- [Cloud Storage](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage.md)
- [File name templating](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md)
- [Output Types](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types.md): Discover the various output types in the Oxylabs Web Scraper API : Markdown, multi-format output, and XHR capture options.
- [Capturing Network Requests (Fetch/XHR)](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/capturing-network-requests-fetch-xhr.md): Fetch network activity from the Web Scraper API using the XHR flag. Retrieve all Fetch/XHR requests made during page load as structured JSON for easier data extraction.
- [Markdown Output](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/markdown-output.md): Request markdown-formatted output from the Oxylabs Web Scraper API by setting "markdown": true in your payload - ideal for AI workflows and lightweight content.
- [Multi-format Output](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/multi-format-output.md): See how to get more than one output format with a single API call.
- [HTTP Context & Job Management](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/http-context-and-job-management.md)
- [Headers, Cookies, Method](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/http-context-and-job-management/headers-cookies-method.md)
- [User Agent Type](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/http-context-and-job-management/user-agent-type.md)
- [Client Notes](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/http-context-and-job-management/client-notes.md)
- [Custom Parser](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser.md): See the steps for a quick start with Oxylabs Custom Parser.
- [Getting started](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/getting-started.md): See how to start using Oxylabs Custom Parser. On this page, you'll find comprehensive examples, tips, and details on what happens if parsing fails.
- [Generating parsing instructions via API](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/generating-parsing-instructions-via-api.md)
- [Parser Presets](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/parser-presets.md): Learn how parser presets work and how to use them in your scraping jobs.
- [Writing instructions manually](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/writing-instructions-manually.md): See how to write parsing instructions manually to handle edge cases or customize parsing logic.
- [Parsing instruction examples](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/writing-instructions-manually/parsing-instruction-examples.md): See practical examples of parsing instructions for the Oxylabs Custom Parser: handle nested objects, lists, errors, and arrays of arrays.
- [Tips for writing XPath expressions](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/writing-instructions-manually/tips-for-writing-xpath-expressions.md): Learn how to write effective XPath expressions for Custom Parser with proven techniques and best practices that ensure accurate data extraction.
- [List of parsing functions](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/writing-instructions-manually/list-of-functions.md): Discover the full list of functions supported by Custom Parser: regex, XPath, CSS, and more.
- [Parsing function examples](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/custom-parser/writing-instructions-manually/list-of-functions/function-examples.md): Practical examples of Custom Parser functions for HTML processing, string manipulation, mathematical operations, and common parsing tasks.
- [Scheduler](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/features/scheduler.md): Automate recurring scraping jobs with the free Scheduler in Web Scraper API. Set frequency with cron, specify job items & end time, and monitor runs via dedicated endpoints.
- [Solutions for AI Workflows](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/solutions-for-ai-workflows.md): Discover AI-oriented workflows powered by the Oxylabs Web Scraper API. Get structured, AI-ready data optimized for large language model (LLM) workflows.
- [Model Context Protocol (MCP)](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/solutions-for-ai-workflows/model-context-protocol-mcp.md): Load context seamlessly for AI workflows with Oxylabs Model Context Protocol (MCP). Upload data, retrieve chunks, and integrate with GPT-style pipelines via API.
- [LangChain](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/solutions-for-ai-workflows/langchain.md): Use the LangChain framework alongside the Oxylabs Web Scraper API to pull web-data and feed it into LLM workflows—collect, process, analyse in one pipeline.
- [LlamaIndex](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/solutions-for-ai-workflows/llamaindex.md): Leverage the LlamaIndex integration with the Oxylabs Web Scraper API to easily ingest online content and build LLM-driven workflows.
- [Targets](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets.md): Explore all supported targets for Oxylabs Web Scraper API. Access structured data from Amazon, Google, and more with ready-to-use parameters and examples.
- [Google](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google.md): See all types of Google pages that you can scrape and parse.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search.md)
- [Web Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/search.md)
- [Image Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/image-search.md)
- [News Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/news-search.md)
- [Local Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/local-search.md)
- [Reverse Image Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/images.md)
- [Google Suggest](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/search/suggestions.md)
- [AI Mode](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/ai-mode.md): Learn how you can extract AI Mode data with Web Scraper API.
- [AI Overviews](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/ai-overviews.md): Learn how you can extract AI Overviews with Web Scraper API.
- [Ads Max](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/ads.md): Learn how you can use this source for maximum paid ad visibility.
- [Shopping](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/shopping.md)
- [Shopping Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-search.md)
- [Shopping Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-product.md)
- [Shopping Pricing](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/shopping/product-pricing.md)
- [Trends: Explore](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/trends-explore.md)
- [Travel: Hotels](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/travel-hotels.md)
- [Lens](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/lens.md)
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/google/url.md)
- [Amazon](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon.md): Gather Amazon data effortlessly with Oxylabs Web Scraper API. Collect product, pricing, and seller details using ready-made examples and flexible parameters.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/product.md): Extract Amazon product data effortlessly with Oxylabs Web Scraper API. Access titles, prices, reviews, and details using custom parameters and examples.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/search.md): Scrape Amazon search results with Oxylabs Web Scraper API. Retrieve product titles, prices, ratings & more with JS rendering, geolocation, and examples.
- [Pricing](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/pricing.md): Access Amazon product pricing data with Oxylabs Web Scraper API. Retrieve price listings, discounts, and offers using ready-made examples and parameters.
- [Sellers](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/sellers.md): Scrape Amazon seller pages with Oxylabs Web Scraper API. Get ratings, feedback, profile data & more with JS rendering, geolocation, and code examples.
- [Best Sellers](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/best-sellers.md): Discover Amazon Best Sellers data with Oxylabs Web Scraper API. Collect top-ranking product details, categories, and prices using customizable parameters.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/amazon/url.md): Scrape Amazon pages by URL with Oxylabs Web Scraper API. Request examples, parsed output, JS rendering, geolocation and user agent options documented.
- [YouTube](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube.md): Learn how to get YouTube data using the Web Scraper API. Discover all supported YouTube sources and get started.
- [YouTube Scraping Guide for AI](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-scraping-guide-for-ai.md): Learn how to get YouTube data for AI training using the Web Scraper API. Find out more about the complete workflow, from searching for videos to creating a database.
- [YouTube Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-search.md): Learn how to get YouTube search data for videos, channels, and playlists using the Web Scraper API. Find out more about its parameters and see an example request.
- [YouTube Video Trainability](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-video-trainability.md): Learn how to check AI training permissions for a YouTube video using the Web Scraper API. Find out more about its parameters and see an example response.
- [YouTube Metadata](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-metadata.md): Learn how to get YouTube video metadata using the Web Scraper API. Find out more about its parameters and see an example request.
- [YouTube Downloader](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-downloader.md): Learn how to download YouTube video and audio content using the Web Scraper API. Find out more about its parameters and cloud storage setup options.
- [YouTube Transcript](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-transcript.md): Learn how to scrape transcripts from YouTube videos using Web Scraper API. Find out more about its parameters and practical examples.
- [YouTube Subtitles](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-subtitles.md): Learn how to scrape subtitles (closed captions) from YouTube videos using Web Scraper API. Find out more about its parameters and practical examples.
- [YouTube Channel](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-channel.md): Learn how to scrape YouTube channel data and the channel's video list using Web Scraper API. Find out more about its parameters and practical examples.
- [YouTube Autocomplete](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/youtube/youtube-autocomplete.md): Learn how to get YouTube search term suggestions using the Web Scraper API. Find out more about its parameters and see an example request.
- [Generic Target](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/generic-target.md): See how your requests would look with the universal source.
- [Walmart](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/walmart.md): Learn how to get Walmart data using the Web Scraper API. Find out more about all supported data sources and an simple request examples
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/walmart/search.md): Learn how to get Walmart search results using the Web P Scraper API. Find out more about its request parameters and structured data output.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/walmart/product.md): Learn how to get Walmart product page data using the Web Scraper API. Find out more about its request parameters and structured data output.
- [TikTok](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/tiktok.md)
- [Shop Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/tiktok/shop-search.md): Learn how you can get TikTok Shop search data
- [Shop Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/tiktok/shop-product.md): Learn how you can get TikTok Shop product data
- [Ebay](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/ebay.md): Learn how to scrape and parse various types of Ebay pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/ebay/ebay.md): Learn how to collect Ebay search results page data using the ebay\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/ebay/product.md): Learn how to collect Ebay product page data using the ebay\_product source with Web Scraper API.
- [Etsy](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/etsy.md): Learn how to start scraping Etsy.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/etsy/search.md): See how you should formulate your request to scrape Etsy search result pages.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/etsy/product.md): Learn how to start scraping Etsy product result pages.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/etsy/url.md): Learn how to scrape any Etsy page by submitting its URL using the etsy source with Web Scraper API.
- [Bing](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/bing.md): Learn how you can start scraping Bing.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/bing/search.md): Learn how you can start formulating your Bing scraping requests.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/bing/url.md): See how you can start scraping Bing URLs.
- [ChatGPT](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/chatgpt.md): Learn how you can start scraping ChatGPT.
- [Perplexity](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/perplexity.md): Learn how to send prompts to Perplexity and get structured responses using the Web Scraper API. Find out more about its request parameters and structured output.
- [North American E-Commerce](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce.md)
- [Best Buy](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy.md)
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/search.md)
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/product.md)
- [Bed Bath & Beyond](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond.md): Learn how to use the Bed Bath & Beyond scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond/search.md): Scrape Bed Bath & Beyond search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond/product.md): Scrape Bed Bath & Beyond product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond/url.md): Scrape any Bed Bath & Beyond URL of your choice.
- [Bodega Aurrerá](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera.md): Learn how to use the Bodega Aurrerá scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera/search.md): Scrape Bodega Aurrerá search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera/product.md): Scrape Bodega Aurrerá product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera/url.md): Scrape any Bodega Aurrerá URL of your choice.
- [Instacart](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart.md): Learn how to use the Instacart scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/search.md): Scrape Instacart search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/product.md): Scrape Instacart product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/url.md): Scrape any Instacart URL of your choice.
- [Kroger](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger.md)
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/product.md)
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/search.md)
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/url.md): Learn how to get data from any Kroger URL using the Web Scraper API. Find out more about its request parameters and see cod examples.
- [Lowe's](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes.md): Learn how to get Lowe's web data using the Web Scraper API and find out more about all supported Lowe's sources.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes/search.md): Learn how to get Lowe's search results using the Web Scraper API. Find out more about its request parameters and see code examples.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes/product.md): Learn how to get Lowe's product page data using the Web Scraper API. Find out more about its request parameters and see code examples.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes/url.md): Learn how to get data from any Lowe's URL using the Web Scraper API. Find out more about its request parameters and see code examples.
- [Publix](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix.md): Learn how to use the Publix scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/search.md): Scrape Publix search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/product.md): Scrape Publix product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/url.md): Scrape any Publix URL of your choice.
- [Target](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target.md): Find out how to get Target web data using the Web Scraper API and learn about all supported Target sources.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target/target.md): Learn how to get Target search results using the Web Scraper API. Find out more about its request parameters and structured data output.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target/target-1.md): Learn how to get Target search results using the Web Scraper API. Find out more about its request parameters and structured data output.
- [Category](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target/category.md): Learn how to get Target category page data using the Web Scraper API. Find out about request parameters and how to find category node IDs.
- [Grainger](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger.md): Learn how to scrape various types of Grainger pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger/grainger.md): Learn how to collect Grainger search results page data using the grainger\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger/product.md): Learn how to collect Grainger product page data using the grainger\_product source with Web Scraper API.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger/url.md): Learn how to scrape any Grainger page by submitting its URL using the grainger source with Web Scraper API.
- [Costco](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco.md): Learn how to scrape various types of Costco pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/costco.md): Learn how to collect Costco search results page data using the costco\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/product.md): Learn how to collect Costco product page data using the costco\_product source with Web Scraper API.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/url.md): Learn how to scrape any Costco page by submitting its URL using the costco source with Web Scraper API.
- [Menards](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/menards.md): Learn how to get Menards search results using the Web Scraper API. Find out more about its request parameters and code examples.
- [Petco](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/petco.md): Learn how to get Petco search results using the Web Scraper API. Find out more about its request parameters and code examples example.
- [Staples](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/staples.md): Learn how to get Staples search results using the Web Scraper API. Find out more about its request parameters and code examples.
- [European E-Commerce](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce.md): See how you can start scraping European E-Commerce pages.
- [Allegro](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/allegro.md): Learn how to start scraping Allegro.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/allegro/search.md): See how you should formulate your request to scrape Allegro search result pages.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/allegro/product.md): Learn how you should formulate your request to scrape Allegro product result pages.
- [Idealo](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/idealo.md): See how you should formulate your request to scrape Idealo.
- [Mediamarkt](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/mediamarkt.md): See how you should formulate your request to scrape Mediamarkt.
- [Cdiscount](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount.md): Learn how to scrape various types of Cdiscount pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount/cdiscount.md): Learn how to collect Cdiscount search results page data using the cdiscount\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount/product.md): Learn how to collect Cdiscount product page data using the cdiscount\_product source with Web Scraper API.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount/url.md): Learn how to scrape any Cdiscount page by submitting its URL using the cdiscount source with Web Scraper API.
- [Asian E-Commerce](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce.md): See how to start scraping Asian E-Commerce sites.
- [Alibaba](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba.md): Learn how to use the Alibaba scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/search.md): Scrape Alibaba search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/product.md): Scrape Alibaba product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/url.md): Scrape any Alibaba URL of your choice.
- [Aliexpress](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress.md): Learn how to use the Aliexpress scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/search.md): Scrape Aliexpress search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/product.md): Scrape Aliexpress product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/url.md): Scrape any Aliexpress URL of your choice.
- [IndiaMART](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart.md): Learn how to use the IndiaMART scraper.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/search.md): Scrape IndiaMART search result pages by providing a search term.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/product.md): Scrape IndiaMART product pages by product ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/url.md): Scrape any IndiaMART URL of your choice.
- [Avnet](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/avnet.md): See how you can start formulating Avnet scraping requests.
- [Shein](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/shein.md)
- [Lazada](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/lazada.md): Learn how you can start scraping Lazada search result pages.
- [Rakuten](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/rakuten.md): Learn how you can start scraping Rakuten.
- [Tokopedia](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/tokopedia.md): Learn how you should formulate your request to scrape Tokopedia.
- [Flipkart](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart.md): Learn how to scrape various types of Flipkart pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart/flipkart.md): Learn how to collect Flipkart search results page data using the flipkart\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart/product.md): Learn how to collect Flipkart product page data using the flipkart\_product source with Web Scraper API.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart/url.md): Learn how to scrape any Flipkart page by submitting its URL using the flipkart source with Web Scraper API.
- [Latin American E-Commerce](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce.md)
- [Mercado Libre](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercadolibre.md)
- [Mercado Livre](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercadolivre.md)
- [Magazine Luiza](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza.md)
- [Falabella](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella.md): Learn how to scrape and parse various types of Falabella pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/falabella.md): Learn how to retrieve Costco search result data using the falabella\_search source with Web Scraper API.
- [Product](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/product.md): Learn how to collect Falabella product page data using the falabella\_product source with Web Scraper API.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/url.md): Learn how to scrape any Falabella page by submitting its URL using the falabella source with Web Scraper API.
- [Dcard](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/dcard.md)
- [Real Estate](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/real-estate.md): Find documentation for scraping popular real estate sites.
- [Airbnb](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/real-estate/airbnb.md): Learn how to use the Airbnb scraper.
- [Homes](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/real-estate/airbnb/homes.md): Scrape Airbnb property listings by ID.
- [URL](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/targets/real-estate/airbnb/url.md): Scrape any Airbnb URL of your choice (homes, experiences, services).
- [Restricted Targets](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/restricted-targets.md): View restricted targets for Oxylabs Web Scraper API due to compliance and responsible use policies.
- [Response Codes](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/response-codes.md): Discover Oxylabs Web Scraper API response codes, from success and redirect statuses to parsing results and error explanations.
- [Web Scraper API Playground](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/web-scraper-api-playground.md)
- [OxyCopilot](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/web-scraper-api-playground/oxycopilot.md)
- [Usage and Billing](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/usage-and-billing.md): Learn about Web Scraper API's usage and billing: Account rate limits, traffic calculations, and billing process.
- [Usage Statistics](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/usage-and-billing/usage-statistics.md): Learn how to check usage statistic of Web Scraper API using simple requests.
- [Traffic and Billing](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/usage-and-billing/billing-information.md): Learn about Web Scraper API's traffic and billing, how traffic usage is calculated, and find out which results are billable.
- [Rate Limits](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/web-scraper-api/usage-and-billing/rate-limits.md): Learn about Web Scraper API rate limits, job submission speeds, and how domain success rates affect your limits.
- [Unblocking Browser](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser.md): A cloud-based headless browser with built-in stealth, CAPTCHA-solving, and proxies.
- [Chrome](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/chrome.md)
- [Firefox](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/firefox.md)
- [Restricted Targets](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/restricted-targets.md)
- [Integration with MCP](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/integration-with-mcp.md)
- [Session Inspection](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/session-inspection.md): See how to debug automation sessions via a real-time graphical interface.
- [Troubleshooting Guide](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/troubleshooting-guide.md)
- [Optimizing Traffic](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/unblocking-browser/optimizing-traffic.md)
- [AI Studio](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio.md): Learn about AI Studio
- [AI-Scraper](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/ai-scraper.md): Learn how to get web data from a single URL for your AI workflows using AI Studio.
- [Browser Agent](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/browser-agent.md): Learn how to control your browser with an AI agent that mimics human actions through simple, natural language instructions.
- [AI-Crawler](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/ai-crawler.md): Learn how to crawl a website starting from a URL, find relevant pages, and extract data – all guided by your natural language prompt.
- [AI-Search](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/ai-search.md): Learn how to search the web with AI. Describe your needs in plain English, and let the tool handle the search for you.
- [AI-Map](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/ai-map.md): Learn how to map and explore domains intelligently to find relevant URLs.
- [Integrations](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/integrations.md): AI Studio integrations with third-party tools.
- [Python SDK](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/integrations/python-sdk.md): Learn how to use the AI Studio Python SDK.
- [JavaScript SDK](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/integrations/javascript-sdk.md): Learn how to use the AI Studio JavaScript SDK.
- [FAQ](https://developers.oxylabs.io/~/changes/1231/scraping-solutions/ai-studio/faq.md): Frequently asked questions about the Oxylabs AI Studio apps.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/~/changes/1231/scraping-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
