# Scraping Solutions

- [Web Scraper API](/scraping-solutions/web-scraper-api.md): Learn to use Web Scraper API and scrape any public website you need. Find code examples, parameter usage, localization, targets, and much more.
- [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): Read more about the main Web Scraper API features: localization, JS rendering & browser control, result processing & storage, HTTP context & job management, Custom Parser, and Scheduler.
- [Localization](/scraping-solutions/web-scraper-api/features/localization.md): Overview of localization options. Read more about proxy location, SERP location, and e-commerce location, as well as domain, locale, and results language.
- [Proxy Location](/scraping-solutions/web-scraper-api/features/localization/proxy-location.md): Find out how to use the geo\_location parameter to access web data as if you’re browsing from a different country.
- [SERP Localization](/scraping-solutions/web-scraper-api/features/localization/serp-localization.md): Learn how to get SERP results from the required geolocation.
- [E-Commerce Localization](/scraping-solutions/web-scraper-api/features/localization/e-commerce-localization.md): Learn how to scrape e-commerce data tailored to specific delivery and store locations.
- [Domain, Locale, Results Language](/scraping-solutions/web-scraper-api/features/localization/domain-locale-results-language.md): Learn to configure domain, locale, and language parameters to scrape accurate Amazon, Google, or Bing data.
- [JS Rendering & Browser Control](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control.md): Overview of JavaScript rendering and browser automation features of Web Scraper API.
- [JavaScript Rendering](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/javascript-rendering.md): Learn how to use a render parameter in Web Scraper API so you can scrape dynamic pages efficiently.
- [Browser Instructions](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions.md): Information on how to define browser instructions when using Web Scraper API to handle complex dynamic pages.
- [List of instructions](/scraping-solutions/web-scraper-api/features/js-rendering-and-browser-control/browser-instructions/list-of-instructions.md): Explore available browsing instructions to automate dynamic browsing with Web Scraper API.
- [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): Learn to use 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): See how you can generate parsers automatically by sending requests to the API.
- [Parser Presets](/scraping-solutions/web-scraper-api/features/custom-parser/parser-presets.md): Find out 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 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.
- [Result Processing & Storage](/scraping-solutions/web-scraper-api/features/result-processing-and-storage.md): Overview of how Web Scraper API handles scraped data. Read about dedicated parsers, downloading images, cloud storage, and output types.
- [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.
- [Result Aggregator](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/result-aggregator.md): Learn how to return multiple Web Scarper API reponses as a single larger output using Result Aggregator.
- [Cloud Storage](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage.md): Retrieve your scraped results directly in your S3, GCS, OSS, or other S3-compatible storage.
- [File name templating](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md): Learn to specify file names for results delivered to your cloud storage.
- [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.
- [Download Images](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/download-images.md)
- [HTTP Context & Job Management](/scraping-solutions/web-scraper-api/features/http-context-and-job-management.md): Overview of managing HTTP context (headers, cookies, method, user-agent) and job management via Web Scraper API.
- [Headers, Cookies, Method](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/headers-cookies-method.md): Find out how to customize headers, cookies, or HTTP method when scraping with Web Scraper API.
- [User Agent Type](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/user-agent-type.md): Choose from multiple User-Agent presets to simulate different devices for scraping requests.
- [Client Notes](/scraping-solutions/web-scraper-api/features/http-context-and-job-management/client-notes.md): Learn how to add client nodes when submitting a job via v1/queries endpoint.
- [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): Overview page for Google Search scraping capabilities. Navigate to specific search types for detailed documentation.
- [Web Search](/scraping-solutions/web-scraper-api/targets/google/search/search.md): Comprehensive Google Search scraper with parsed data for organic results, ads, snippets, knowledge panels, top stories, and more.
- [Image Search](/scraping-solutions/web-scraper-api/targets/google/search/image-search.md): Extract Google Image Search results with parsed data, including organic image listings, image URLs, source domains, titles, suggested searches, and search information.
- [News Search](/scraping-solutions/web-scraper-api/targets/google/search/news-search.md): Scrape Google News results on a large scale and get completely parsed data. Extract articles with titles, sources, and publication dates.
- [Local Search](/scraping-solutions/web-scraper-api/targets/google/search/local-search.md): Google Local Search API retrieves location-based results for restaurants, hotels, and services with filtering options.
- [Reverse Image Search](/scraping-solutions/web-scraper-api/targets/google/search/images.md)
- [AI Mode](/scraping-solutions/web-scraper-api/targets/google/ai-mode.md): Extract Google AI Mode responses by submitting prompts, including the full response text, referenced links, and citations with source URLs.
- [AI Overviews](/scraping-solutions/web-scraper-api/targets/google/ai-overviews.md): Extract Google AI Overviews from search results with parsed data for answer text, bullet lists, products, recipes, source panels, info lists, and additional questions.
- [Ads Max](/scraping-solutions/web-scraper-api/targets/google/ads.md): Scrape Google Search results optimized for maximum paid ad visibility, with parsed data for paid ads, organic results, Knowledge Graph panels, image carousels, and more.
- [Shopping](/scraping-solutions/web-scraper-api/targets/google/shopping.md): See how to scrape Google Shopping in two steps: generate tokens from search, then extract detailed product information.
- [Shopping Search](/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-search.md): Extract Google Shopping search results with parsed data for organic product listings and paid listing ads, including pricing, ratings, reviews, product tokens, and more.
- [Shopping Product](/scraping-solutions/web-scraper-api/targets/google/shopping/shopping-product.md): Retrieve detailed Google Shopping product data including pricing, reviews, specifications, and variants using Web Scraper API.
- [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): Extract Google Trends data by keyword, date range, and category. API supports multiple search types and filtering.
- [Travel: Hotels](/scraping-solutions/web-scraper-api/targets/google/travel-hotels.md): Scrape Google Travel: Hotels results with guest count, dates, and star rating filters. Flexible API integration with comprehensive parameter options.
- [Lens](/scraping-solutions/web-scraper-api/targets/google/lens.md): Google Lens API extracts visual search results from provided image URLs. Returns visually matching image results with titles, URLs, domains, and more.
- [URL](/scraping-solutions/web-scraper-api/targets/google/url.md): Google URL scraper retrieves content from any Google page with ease. Simple integration with code examples for multiple languages.
- [Amazon](/scraping-solutions/web-scraper-api/targets/amazon.md): Gather Amazon data effortlessly with 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 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 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 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 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 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.
- [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.
- [Search](/scraping-solutions/web-scraper-api/targets/youtube/youtube-search.md): Scrape YouTube search results for videos, channels, playlists, and movies, with filters for upload date, duration, content type, resolution, live streams, subtitles, and more.
- [Video Trainability](/scraping-solutions/web-scraper-api/targets/youtube/youtube-video-trainability.md): Retrieve AI training permission status for a YouTube video by video ID, including whether training is permitted for all parties, specific parties, or none.
- [Metadata](/scraping-solutions/web-scraper-api/targets/youtube/youtube-metadata.md): Retrieve parsed metadata for a YouTube video by video ID.
- [Downloader](/scraping-solutions/web-scraper-api/targets/youtube/youtube-downloader.md): Download YouTube audio and video content by video ID, with video quality configurable up to 4K, delivered directly to your cloud storage.
- [Transcript](/scraping-solutions/web-scraper-api/targets/youtube/youtube-transcript.md): Extract YouTube video transcripts by video ID, with configurable language and transcript origin (auto-generated or uploader-provided).
- [Subtitles](/scraping-solutions/web-scraper-api/targets/youtube/youtube-subtitles.md): Extract YouTube subtitles and closed captions by video ID, with configurable language and subtitle origin (auto-generated or uploader-provided).
- [Channel](/scraping-solutions/web-scraper-api/targets/youtube/youtube-channel.md): Retrieve YouTube channel data by channel handle, including subscriber, video, and view counts, general metadata, and a list of the channel's videos.
- [Autocomplete](/scraping-solutions/web-scraper-api/targets/youtube/autocomplete.md): Retrieve YouTube autocomplete keyword suggestions for any search term, with configurable language and location.
- [Universal Source](/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 use the Walmart scraper to extract data from search results, product pages, and any other Walmart URL.
- [Search](/scraping-solutions/web-scraper-api/targets/walmart/search.md): Extract Walmart search results with parsed data, including pricing, ratings, seller info, variants, fulfillment options, and facets, with filters for price range and sorting.
- [Product](/scraping-solutions/web-scraper-api/targets/walmart/product.md): Extract Walmart product pages by product ID with parsed data including pricing, ratings, seller info, specifications, variations, fulfillment options, breadcrumbs, and more.
- [URL](/scraping-solutions/web-scraper-api/targets/walmart/url.md): Scrape any Walmart URL of your choice.
- [TikTok](/scraping-solutions/web-scraper-api/targets/tiktok.md): Learn how to scrape various types of TikTok Shop pages using Web Scraper API, including supported sources, parameters, and request examples.
- [Shop Search](/scraping-solutions/web-scraper-api/targets/tiktok/shop-search.md): Scrape TikTok Shop search result pages by keyword.
- [Shop Product](/scraping-solutions/web-scraper-api/targets/tiktok/shop-product.md): Get TikTok Shop product pages by product ID.
- [Shop URL](/scraping-solutions/web-scraper-api/targets/tiktok/shop-url.md): Scrape any TikTok Shop page by providing a direct URL.
- [eBay](/scraping-solutions/web-scraper-api/targets/ebay.md): Learn how to use the eBay scraper to extract data from search results, product pages, and any other eBay URL.
- [Search](/scraping-solutions/web-scraper-api/targets/ebay/search.md): Scrape eBay search results by keyword, with support for pagination and domain localization across multiple eBay regional sites.
- [Product](/scraping-solutions/web-scraper-api/targets/ebay/product.md): Get eBay product pages by product ID, with support for domain localization across multiple eBay regional sites.
- [URL](/scraping-solutions/web-scraper-api/targets/ebay/url.md): See how to scrape any eBay URL of your choice.
- [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): Extract Etsy product page data by product ID, including pricing, images, seller details, reviews, shipping, categories, and more.
- [URL](/scraping-solutions/web-scraper-api/targets/etsy/url.md): Scrape any Etsy page by providing a direct URL.
- [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): Extract Bing Search results with parsed data for paid ads and organic listings, with support for geo-location targeting, domain localization, and pagination.
- [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): Extract ChatGPT responses by submitting prompts, with parsed data including response text, Markdown output, citations, external links, and LLM model information.
- [Perplexity](/scraping-solutions/web-scraper-api/targets/perplexity.md): Extract Perplexity responses by submitting prompts, with parsed data including answer text, Markdown output, related queries, cited sources, images, inline products, and more.
- [North American E-Commerce](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce.md): Browse North American e-commerce scraping guides including Best Buy, Kroger, Target, Costco, and more regional retailers.
- [Best Buy](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy.md): Best Buy scraping API with search and product sources. Includes parsed data support and comprehensive integration examples.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/search.md): Scrape Best Buy search results with domain, store, and fulfillment filtering using Web Scraper API.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bestbuy/product.md): Get Best Buy product details including pricing, ratings, and specifications. Extract parsed or HTML data efficiently.
- [Bed Bath & Beyond](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/bedbathandbeyond.md): Scrape Bed Bath & Beyond search and product pages. Find comprehensive code samples in multiple programming languages.
- [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): Scrape Instacart search and product pages using Web Scraper API. Access code examples for multiple programming languages.
- [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): Kroger scraping API documentation with product, search, and URL scrapers. Get started with code samples in multiple languages.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/product.md): Scrape Kroger product page data including pricing, availability, and fulfillment options using product ID and store specifications.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/search.md): Scrape Kroger search pages with filters for price range, brand, and store location. Retrieve organized search results via API.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/kroger/url.md): Scrape any Kroger page via a direct URL, supporting store-specific results, delivery ZIP codes, and fulfillment type selection.
- [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): Scrape Lowe's search results by keyword, with support for store and delivery ZIP localization, and filters for free delivery, same-day pickup, and same/next-day delivery.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes/product.md): Scrape Lowe's product pages by product ID, with support for store and delivery ZIP localization.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/lowes/url.md): Scrape any Lowe's page using a direct URL, with support for store and delivery ZIP code localization.
- [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/search.md): Extract Target search results with parsed data for organic listings, including pricing, ratings, brand info, and shipping, with support for store, fulfillment type, and more.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target/product.md): Extract Target product pages by product ID with parsed data including pricing, brand, category, description, and rating score, with support for store, fulfillment type, and more.
- [Category](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/target/category.md): Scrape Target category pages by taxonomy node ID, with support for store, fulfillment type, and delivery ZIP localization.
- [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/search.md): Scrape Grainger search result pages by keyword.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger/product.md): Scrape Grainger product pages by product ID, with support for domain localization across Grainger regional sites.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/grainger/url.md): Scrape any Grainger page by providing a direct URL.
- [Costco](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco.md): Scrape Costco search and product pages efficiently. Get structured data with flexible API integration methods available.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/search.md): Scrape Costco search result pages by keyword, with support for pagination and domain localization across multiple Costco regional sites.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/product.md): Scrape Costco product pages by product ID, with support for domain localization across multiple Costco regional sites.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/costco/url.md): Scrape any Costco page by providing a direct URL.
- [Menards](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/menards.md): Learn how to use the Menards scraper to extract data from search results, product pages, and any other Menards URL.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/menards/search.md): Scrape Menards search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/menards/product.md): See how to scrape Menards product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/menards/url.md): Scrape any Menards URL of your choice.
- [Petco](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/petco.md): Learn how to get Petco web data using the Web Scraper API and find out more about all supported Petco sources.
- [Search](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/petco/search.md): Scrape Petco search result pages by keyword, with support for pagination, store selection, and fulfillment type filtering.
- [URL](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/petco/url.md): Scrape any Petco page by providing a direct URL, with support for store-specific results.
- [Staples](/scraping-solutions/web-scraper-api/targets/north-american-e-commerce/staples.md): Scrape Staples search result pages by keyword, with support for pagination and domain localization across Staples regional sites.
- [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): Scrape Allegro product pages by product ID.
- [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): Learn how to use the MediaMarkt scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/european-e-commerce/mediamarkt/search.md): See how you should formulate your request to scrape MediaMarkt search results.
- [Product](/scraping-solutions/web-scraper-api/targets/european-e-commerce/mediamarkt/product.md): Scrape MediaMarkt product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/european-e-commerce/mediamarkt/url.md): Scrape any MediaMarkt URL of your choice.
- [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/search.md): Scrape Cdiscount search result pages by keyword, with support for pagination.
- [Product](/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount/product.md): Scrape Cdiscount product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/european-e-commerce/cdiscount/url.md): Scrape any Cdiscount page by providing a direct URL.
- [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 to use the Lazada scraper.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/lazada/search.md): Scrape Lazada search result pages by keyword, with support for pagination and domain localization across multiple Lazada regional sites.
- [Product](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/lazada/product.md): Scrape Lazada product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/lazada/url.md): Scrape any Lazada URL of your choice.
- [Rakuten](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/rakuten.md): Learn how to use the Rakuten scraper and its sources.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/rakuten/search.md): Scrape Rakuten search result pages by keyword.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/rakuten/url.md): Scrape any Rakuten page by providing a direct URL.
- [Tokopedia](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/tokopedia.md): Learn how to scrape various types of Tokopedia pages using Web Scraper API, including supported sources, parameters, and example requests.
- [Search](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/tokopedia/search.md): Scrape Tokopedia search result pages by keyword, with support for pagination.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/tokopedia/url.md): Scrape any Tokopedia page by providing a direct URL.
- [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/search.md): Scrape Flipkart search results by keyword, with support for pagination and JavaScript rendering.
- [Product](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart/product.md): Scrape Flipkart product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/asian-e-commerce/flipkart/url.md): Scrape any Flipkart page by providing a direct URL.
- [Latin American E-Commerce](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce.md): Access Latin American e-commerce scraping documentation including Mercado Libre, Falabella, Magazine Luiza, and other regional platforms.
- [Mercado Libre](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-libre.md): Extract Mercado Libre search data efficiently. See comprehensive code examples and integration methods for seamless scraping.
- [Search](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-libre/search.md): Scrape Mercado Libre search results by keyword.
- [Product](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-libre/product.md): Scrape Mercado Libre product pages by product ID, with support for domain localization across multiple regional sites.
- [URL](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-libre/url.md): Scrape any Mercado Libre page by providing a direct URL.
- [Mercado Livre](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-livre.md): Extract Mercado Livre search data efficiently. See comprehensive code examples and integration methods for seamless scraping.
- [Search](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-livre/search.md): Scrape Mercado Livre search results using Web Scraper API. Retrieve product listings with simple parameter configuration.
- [Product](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/mercado-livre/product.md): Scrape Mercado Livre product pages by product ID.
- [Magazine Luiza](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza.md): Magazine Luiza scraper for search and product pages. Find comprehensive code samples in multiple programming languages.
- [Search](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza/search.md): Scrape Magazine Luiza search result pages by providing a search term.
- [Product](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza/product.md): Scrape Magazine Luiza product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/magazineluiza/url.md): Scrape any Magazine Luiza URL of your choice.
- [Falabella](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella.md): Scrape Falabella search and product pages efficiently. Flexible API integration with comprehensive parameter options.
- [Search](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/search.md): Scrape Falabella search results by keyword, with support for pagination.
- [Product](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/product.md): Scrape Falabella product pages by product ID.
- [URL](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/falabella/url.md): Scrape any Falabella page by providing a direct URL.
- [Dcard](/scraping-solutions/web-scraper-api/targets/latin-american-e-commerce/dcard.md): Retrieve Dcard search results using Web Scraper API. Simple integration with code examples for multiple languages.
- [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).
- [Zillow](/scraping-solutions/web-scraper-api/targets/real-estate/zillow.md): Learn how to scrape various types of Zillow pages using Web Scraper API, including supported sources, parameters, and request examples.
- [URL](/scraping-solutions/web-scraper-api/targets/real-estate/zillow/url.md): Scrape any Zillow page by providing a direct URL.
- [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 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): Master the Web Scraper API Playground to build and test requests. Prototype scrapers, use OxyCopilot for AI parsing, and export code snippets.
- [OxyCopilot](/scraping-solutions/web-scraper-api/web-scraper-api-playground/oxycopilot.md): Automate scraping with OxyCopilot. Learn how to generate Web Scraper API payloads, custom parsers, and browser instructions using simple natural language prompts.
- [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.
- [Headless Browser](/scraping-solutions/headless-browser.md): A cloud-based headless browser with built-in stealth, CAPTCHA bypass, and proxies. Test it with code samples and start your project successfully.
- [Chrome](/scraping-solutions/headless-browser/chrome.md): Headless Browser supports two specialized browser environments, one of which is Chrome. Learn more on how to start using it.
- [Firefox (Legacy)](/scraping-solutions/headless-browser/firefox.md): Headless Browser supports two specialized browser environments, one of which is Firefox. Please note this environment will be deprecated soon.
- [Features](/scraping-solutions/headless-browser/features.md): Learn more about Oxylabs Headless Browser features, how to use location parameters, and how to inspect sessions.
- [Handling CAPTCHA Events](/scraping-solutions/headless-browser/features/handling-captcha-events.md): Find out how Headless Browser captures and handles CAPTCHA events.
- [Dynamic CAPTCHA Solving](/scraping-solutions/headless-browser/features/dynamic-captcha-solving.md): Learn about Headless Browser CAPTCHA detection and solving mechanisms and how to use them.
- [Geolocation targeting](/scraping-solutions/headless-browser/features/geolocation-targeting.md): Find out how to use the location parameters to access web data from specific locations.
- [Device Type](/scraping-solutions/headless-browser/features/device-type.md): Learn how to set device types for more accurate scraping of responsive layouts and device-specific content.
- [Session Inspection](/scraping-solutions/headless-browser/features/session-inspection.md): See how to debug automation sessions via a real-time graphical interface.
- [Integration with MCP](/scraping-solutions/headless-browser/integration-with-mcp.md): Headless Browser can be used with MCP, enabling AI systems to control remote browsers. Learn more about this integration.
- [Troubleshooting Guide](/scraping-solutions/headless-browser/troubleshooting-guide.md): Learn how to handle unexpected behaviour or low success rates when using Headless Browser.
- [Restricted Targets](/scraping-solutions/headless-browser/restricted-targets.md): Find out which targets are restricted when using our Headless Browser.
- [Optimizing Traffic](/scraping-solutions/headless-browser/optimizing-traffic.md): Learn about key strategies to optimize Headless Browser traffic when using Playwright and Puppeteer
- [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.
