# Scraping Solutions

- [Web Scraper API](/scraping-solutions/web-scraper-api.md)
- [Integration Methods](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/features.md)
- [Localization](/scraping-solutions/web-scraper-api/features/localization.md)
- [Proxy Location](/scraping-solutions/web-scraper-api/features/localization/proxy-location.md)
- [SERP Localization](/scraping-solutions/web-scraper-api/features/localization/serp-localization.md)
- [E-Commerce Localization](/scraping-solutions/web-scraper-api/features/localization/e-commerce-localization.md)
- [Domain, Locale, Results Language](/scraping-solutions/web-scraper-api/features/localization/domain-locale-results-language.md)
- [JS Rendering & Browser Control](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control.md)
- [JavaScript Rendering](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/javascript-rendering.md)
- [Browser Instructions](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions.md)
- [List of instructions](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions/list-of-instructions.md)
- [Result Processing & Storage](/scraping-solutions/web-scraper-api/features/result-processing-and-storage.md)
- [Dedicated Parsers](/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](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/download-images.md)
- [Cloud Storage](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage.md)
- [File name templating](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md)
- [Output Types](/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)](/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](/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](/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](/scraping-solutions/web-scraper-api/features/http-context-and-job-management.md)
- [Headers, Cookies, Method](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/headers-cookies-method.md)
- [User Agent Type](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/user-agent-type.md)
- [Client Notes](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/client-notes.md)
- [Custom Parser](/scraping-solutions/web-scraper-api/features/custom-parser.md): See the steps for a quick start with Oxylabs Custom Parser.
- [Getting started](/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](/scraping-solutions/web-scraper-api/features/custom-parser/generating-parsing-instructions-via-api.md)
- [Parser Presets](/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](/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](/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](/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](/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](/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](/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](/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)](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/google.md): See all types of Google pages that you can scrape and parse.
- [Search](/scraping-solutions/web-scraper-api/targets/google/search.md)
- [Web Search](/scraping-solutions/web-scraper-api/targets/google/search/search.md)
- [Image Search](/scraping-solutions/web-scraper-api/targets/google/search/image-search.md)
- [News Search](/scraping-solutions/web-scraper-api/targets/google/search/news-search.md)
- [Local Search](/scraping-solutions/web-scraper-api/targets/google/search/local-search.md)
- [Reverse Image Search](/scraping-solutions/web-scraper-api/targets/google/search/images.md)
- [Google Suggest](/scraping-solutions/web-scraper-api/targets/google/search/suggestions.md)
- [AI Mode](/scraping-solutions/web-scraper-api/targets/google/ai-mode.md): Learn how you can extract AI Mode data with Web Scraper API.
- [AI Overviews](/scraping-solutions/web-scraper-api/targets/google/ai-overviews.md): Learn how you can extract AI Overviews with Web Scraper API.
- [Ads Max](/scraping-solutions/web-scraper-api/targets/google/ads.md): Learn how you can use this source for maximum paid ad visibility.
- [Shopping](/scraping-solutions/web-scraper-api/targets/google/shopping.md)
- [Shopping Search](/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-search.md)
- [Shopping Product](/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-product.md)
- [Shopping Pricing](/scraping-solutions/web-scraper-api/targets/google/shopping/product-pricing.md)
- [Trends: Explore](/scraping-solutions/web-scraper-api/targets/google/trends-explore.md)
- [Travel: Hotels](/scraping-solutions/web-scraper-api/targets/google/travel-hotels.md)
- [Lens](/scraping-solutions/web-scraper-api/targets/google/lens.md)
- [URL](/scraping-solutions/web-scraper-api/targets/google/url.md)
- [Amazon](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/generic-target.md): See how your requests would look with the universal source.
- [Walmart](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/tiktok.md)
- [Shop Search](/scraping-solutions/web-scraper-api/targets/tiktok/shop-search.md): Learn how you can get TikTok Shop search data
- [Shop Product](/scraping-solutions/web-scraper-api/targets/tiktok/shop-product.md): Learn how you can get TikTok Shop product data
- [Ebay](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/etsy.md): Learn how to start scraping Etsy.
- [Search](/scraping-solutions/web-scraper-api/targets/etsy/search.md): See how you should formulate your request to scrape Etsy search result pages.
- [Product](/scraping-solutions/web-scraper-api/targets/etsy/product.md): Learn how to start scraping Etsy product result pages.
- [URL](/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](/scraping-solutions/web-scraper-api/targets/bing.md): Learn how you can start scraping Bing.
- [Search](/scraping-solutions/web-scraper-api/targets/bing/search.md): Learn how you can start formulating your Bing scraping requests.
- [URL](/scraping-solutions/web-scraper-api/targets/bing/url.md): See how you can start scraping Bing URLs.
- [ChatGPT](/scraping-solutions/web-scraper-api/targets/chatgpt.md): Learn how you can start scraping ChatGPT.
- [Perplexity](/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](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce.md)
- [Best Buy](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy.md)
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/search.md)
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/product.md)
- [Bed Bath & Beyond](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond.md): Learn how to use the Bed Bath & Beyond scraper.
- [Search](/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](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond/product.md): Scrape Bed Bath & Beyond product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond/url.md): Scrape any Bed Bath & Beyond URL of your choice.
- [Bodega Aurrerá](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera.md): Learn how to use the Bodega Aurrerá scraper.
- [Search](/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](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera/product.md): Scrape Bodega Aurrerá product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bodega-aurrera/url.md): Scrape any Bodega Aurrerá URL of your choice.
- [Instacart](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart.md): Learn how to use the Instacart scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/search.md): Scrape Instacart search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/product.md): Scrape Instacart product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/instacart/url.md): Scrape any Instacart URL of your choice.
- [Kroger](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger.md)
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/product.md)
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/search.md)
- [URL](/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](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix.md): Learn how to use the Publix scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/search.md): Scrape Publix search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/product.md): Scrape Publix product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/publix/url.md): Scrape any Publix URL of your choice.
- [Target](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/european-e-commerce.md): See how you can start scraping European E-Commerce pages.
- [Allegro](/scraping-solutions/web-scraper-api/targets/european-e-commerce/allegro.md): Learn how to start scraping Allegro.
- [Search](/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](/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](/scraping-solutions/web-scraper-api/targets/european-e-commerce/idealo.md): See how you should formulate your request to scrape Idealo.
- [Mediamarkt](/scraping-solutions/web-scraper-api/targets/european-e-commerce/mediamarkt.md): See how you should formulate your request to scrape Mediamarkt.
- [Cdiscount](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/asian-e-commerce.md): See how to start scraping Asian E-Commerce sites.
- [Alibaba](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba.md): Learn how to use the Alibaba scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/search.md): Scrape Alibaba search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/product.md): Scrape Alibaba product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/alibaba/url.md): Scrape any Alibaba URL of your choice.
- [Aliexpress](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress.md): Learn how to use the Aliexpress scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/search.md): Scrape Aliexpress search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/product.md): Scrape Aliexpress product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/aliexpress/url.md): Scrape any Aliexpress URL of your choice.
- [IndiaMART](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart.md): Learn how to use the IndiaMART scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/search.md): Scrape IndiaMART search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/product.md): Scrape IndiaMART product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/indiamart/url.md): Scrape any IndiaMART URL of your choice.
- [Avnet](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/avnet.md): See how you can start formulating Avnet scraping requests.
- [Lazada](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/lazada.md): Learn how you can start scraping Lazada search result pages.
- [Rakuten](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/rakuten.md): Learn how you can start scraping Rakuten.
- [Tokopedia](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/tokopedia.md): Learn how you should formulate your request to scrape Tokopedia.
- [Flipkart](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce.md)
- [Mercado Libre](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercadolibre.md)
- [Mercado Livre](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercadolivre.md)
- [Magazine Luiza](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza.md)
- [Falabella](/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](/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](/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](/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](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/dcard.md)
- [Real Estate](/scraping-solutions/web-scraper-api/targets/real-estate.md): Find documentation for scraping popular real estate sites.
- [Airbnb](/scraping-solutions/web-scraper-api/targets/real-estate/airbnb.md): Learn how to use the Airbnb scraper.
- [Homes](/scraping-solutions/web-scraper-api/targets/real-estate/airbnb/homes.md): Scrape Airbnb property listings by ID.
- [URL](/scraping-solutions/web-scraper-api/targets/real-estate/airbnb/url.md): Scrape any Airbnb URL of your choice (homes, experiences, services).
- [Restricted Targets](/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](/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](/scraping-solutions/web-scraper-api/web-scraper-api-playground.md)
- [OxyCopilot](/scraping-solutions/web-scraper-api/web-scraper-api-playground/oxycopilot.md)
- [Usage and Billing](/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](/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](/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](/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](/scraping-solutions/unblocking-browser.md): A cloud-based headless browser with built-in stealth, CAPTCHA-solving, and proxies.
- [Chrome](/scraping-solutions/unblocking-browser/chrome.md)
- [Firefox](/scraping-solutions/unblocking-browser/firefox.md)
- [Restricted Targets](/scraping-solutions/unblocking-browser/restricted-targets.md)
- [Integration with MCP](/scraping-solutions/unblocking-browser/integration-with-mcp.md)
- [Session Inspection](/scraping-solutions/unblocking-browser/session-inspection.md): See how to debug automation sessions via a real-time graphical interface.
- [Troubleshooting Guide](/scraping-solutions/unblocking-browser/troubleshooting-guide.md)
- [Optimizing Traffic](/scraping-solutions/unblocking-browser/optimizing-traffic.md)
- [AI Studio](/scraping-solutions/ai-studio.md): Learn about AI Studio
- [AI-Scraper](/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](/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](/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](/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](/scraping-solutions/ai-studio/ai-map.md): Learn how to map and explore domains intelligently to find relevant URLs.
- [Integrations](/scraping-solutions/ai-studio/integrations.md): AI Studio integrations with third-party tools.
- [Python SDK](/scraping-solutions/ai-studio/integrations/python-sdk.md): Learn how to use the AI Studio Python SDK.
- [JavaScript SDK](/scraping-solutions/ai-studio/integrations/javascript-sdk.md): Learn how to use the AI Studio JavaScript SDK.
- [FAQ](/scraping-solutions/ai-studio/faq.md): Frequently asked questions about the Oxylabs AI Studio apps.
