# WebScrapingAPI Docs

## WebScrapingAPI Docs

- [Introduction](https://docs.webscrapingapi.com/readme.md): WebScrapingAPI offers a suit of solutions, including basic web scraping, SERP scraping and Amazon scraping. Learn how to scrape a website by simply sending HTTP requests to our endpoints.
- [Registration](https://docs.webscrapingapi.com/readme/registration.md): Registering a new account on WebScrapingAPI gives access to a complete suite of web scraping.
- [Free APIs](https://docs.webscrapingapi.com/readme/free-apis.md): Discover the free resources that will ensure the highest level of success for your project.
- [API Errors](https://docs.webscrapingapi.com/readme/api-errors.md): Understanding WebScrapingAPI's HTTP response codes helps you identify the root cause of the errors you may encounter.
- [Custom Response Headers](https://docs.webscrapingapi.com/readme/custom-response-headers.md): Inspecting the API response’ headers will reveal some custom headers that will give you more details about the request you have made.
- [Getting Started](https://docs.webscrapingapi.com/browser-api/getting-started.md): With BrowserAPI, web scraping can be as easy as sending a cURL command from your terminal. Everything else is handled by the API. Discover the new way to web scraping: less code, more data.
- [Access the API](https://docs.webscrapingapi.com/browser-api/getting-started/access-the-api.md): You can interact with BrowserAPI via multiple channels. In this section, you will discover how to easily scrape the web by simply sending a request to our API.
- [Authentication](https://docs.webscrapingapi.com/browser-api/getting-started/authentication.md): With BrowserAPI you can spin up a web scraper in minutes. All you have to do is to sign up, get your API key and send the requests.
- [API Parameters](https://docs.webscrapingapi.com/browser-api/getting-started/api-parameters.md): Discover the full power of BrowserAPI by passing advanced parameters to your requests.
- [Basic API Requests](https://docs.webscrapingapi.com/browser-api/basic-api-requests.md): BrowserAPI is not limited to GET requests. You can now easily scrape the internet by sending POST, PUT or PATCH requests as well.
- [GET Request](https://docs.webscrapingapi.com/browser-api/basic-api-requests/get-request.md)
- [POST, PUT & PATCH Requests](https://docs.webscrapingapi.com/browser-api/basic-api-requests/post-put-and-patch-requests.md): BrowserAPI is not limited to GET requests. You can now easily scrape the internet by sending POST, PUT or PATCH requests as well.
- [Proxy Mode](https://docs.webscrapingapi.com/browser-api/basic-api-requests/proxy-mode.md): WebScrapingAPI offers a proxy front-end to the API, making the integration with third-party tools much easier.
- [Advanced API Features](https://docs.webscrapingapi.com/browser-api/advanced-api-features.md): Advanced parameters are what makes BrowserAPI such a powerful web scraping service. Learn how to manipulate them and you will be able to customise your requests in any way possible!
- [Rendering JavaScript](https://docs.webscrapingapi.com/browser-api/advanced-api-features/rendering-javascript.md): Enable the full power of web scraping by rendering JavaScript on the targeted URL.
- [Awaiting](https://docs.webscrapingapi.com/browser-api/advanced-api-features/awaiting.md): When scraping the web, you may want to wait for various elements. BrowserAPI offers you the options to wait for almost everything related to the targeted website.
- [Geolocation](https://docs.webscrapingapi.com/browser-api/advanced-api-features/geolocation.md): BrowserAPI allows you to scrape any website without exposing your location. Furthermore, you can now scrape the web from different geographical positions.
- [Sessions](https://docs.webscrapingapi.com/browser-api/advanced-api-features/sessions.md): Save and reuse a session on multiple requests.
- [Forcing Timeouts](https://docs.webscrapingapi.com/browser-api/advanced-api-features/forcing-timeouts.md): BrowserAPI allows you to adjust the timeout value in order to obtain lazy loaded content.
- [Custom Headers](https://docs.webscrapingapi.com/browser-api/advanced-api-features/custom-headers.md): BrowserAPI allows you to add your own headers to a request and get customised results.
- [Custom Cookies](https://docs.webscrapingapi.com/browser-api/advanced-api-features/custom-cookies.md): Add your own cookies to BrowserAPI and receive customised responses.
- [Device Type](https://docs.webscrapingapi.com/browser-api/advanced-api-features/device-type.md): Toggle between devices and specific results for the websites you are scraping.
- [Viewport Sizing](https://docs.webscrapingapi.com/browser-api/advanced-api-features/viewport-sizing.md): Using BrowserAPI, you can set both the width and the height of the Viewport.
- [Binary files](https://docs.webscrapingapi.com/browser-api/advanced-api-features/binary-files.md)
- [Screenshot](https://docs.webscrapingapi.com/browser-api/advanced-api-features/screenshot.md): Looking for images rather than HTML code? Simply ask BrowserAPI for a screenshot.
- [Screenshot Options](https://docs.webscrapingapi.com/browser-api/advanced-api-features/screenshot-options.md): Screenshot specific screen dimensions, full page or just a particular CSS selector.
- [Extraction Rules](https://docs.webscrapingapi.com/browser-api/advanced-api-features/extraction-rules.md): Customize your response by adding extraction rules.
- [JavaScript Instructions](https://docs.webscrapingapi.com/browser-api/advanced-api-features/javascript-instructions.md): Interact with the website you want to scrape and get an optimal response.
- [Full JSON Response](https://docs.webscrapingapi.com/browser-api/advanced-api-features/full-json-response.md): Have your response organised in a JSON response for easier integration with third party apps.
- [JSON DOM Response](https://docs.webscrapingapi.com/browser-api/advanced-api-features/json-dom-response.md): Get your web scraping results in JSON format.
- [Block Resources](https://docs.webscrapingapi.com/browser-api/advanced-api-features/block-resources.md): Lower the response time by blocking unnecessary resources.
- [Captcha Solving](https://docs.webscrapingapi.com/browser-api/advanced-api-features/captcha-solving.md): Bypass the Captcha challenges on highly protected websites.
- [Getting Started](https://docs.webscrapingapi.com/webscrapingapi/getting-started.md): With WebScrapingAPI, web scraping can be as easy as sending a cURL command from your terminal. Everything else is handled by the API. Discover the new way to web scraping: less code, more data.
- [Access the API](https://docs.webscrapingapi.com/webscrapingapi/getting-started/access-the-api.md): With WebScrapingAPI you can spin up a web scraper in minutes. All you have to do is to sign up, get your API key and send the requests.
- [API Parameters](https://docs.webscrapingapi.com/webscrapingapi/getting-started/api-parameters.md): Discover the full power of WebScrapingAPI by passing advanced parameters to your requests.
- [Basic API Requests](https://docs.webscrapingapi.com/webscrapingapi/basic-api-requests.md): WebScrapingAPI is not limited to GET requests. You can now easily scrape the internet by sending POST, PUT or PATCH requests as well.
- [GET Request](https://docs.webscrapingapi.com/webscrapingapi/basic-api-requests/get-request.md)
- [Async Request](https://docs.webscrapingapi.com/webscrapingapi/basic-api-requests/get-request-1.md)
- [POST, PUT & PATCH Requests](https://docs.webscrapingapi.com/webscrapingapi/basic-api-requests/post-put-and-patch-requests.md): WebScrapingAPI is not limited to GET requests. You can now easily scrape the internet by sending POST, PUT or PATCH requests as well.
- [Advanced API Features](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features.md): Advanced parameters are what makes BrowserAPI such a powerful web scraping service. Learn how to manipulate them and you will be able to customise your requests in any way possible!
- [Geolocation](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features/geolocation.md): WebScrapingAPI allows you to scrape any website without exposing your location. Furthermore, you can now scrape the web from different geographical positions.
- [Extraction Rules](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features/extraction-rules.md): Customize your response by adding extraction rules.
- [Full JSON Response](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features/full-json-response.md): Have your response organised in a JSON response for easier integration with third party apps.
- [JSON DOM Response](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features/json-dom-response.md): Get your web scraping results in JSON format.
- [Rendering JavaScript](https://docs.webscrapingapi.com/webscrapingapi/advanced-api-features/rendering-javascript.md): Enable the full power of web scraping by rendering JavaScript on the targeted URL.
- [Getting Started](https://docs.webscrapingapi.com/webstealthproxy/getting-started.md): Web Stealth Proxy is an advanced proxy solution that utilizes machine learning technology to extract high-quality public data from even the most challenging websites
- [Access the Proxy](https://docs.webscrapingapi.com/webstealthproxy/getting-started/access-the-proxy.md): Web Stealth Proxy is available via HTTP and HTTPS. Authentication is done using the username and password method.
- [Usage and Statistics](https://docs.webscrapingapi.com/webstealthproxy/getting-started/usage-and-statistics.md): Web Stealth Proxy makes it easy for you to plan your scraping projects.
- [Basic Proxy Requests](https://docs.webscrapingapi.com/webstealthproxy/basic-proxy-requests.md): Making requests with Web Stealth Proxy is easy, especially if you have previously used regular proxies for web scraping.
- [Advanced Proxy Requests](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests.md): To use more advanced features, such as choosing a specific proxy location or using the same IP for multiple requests, you can include additional headers in your request.
- [Sessions](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests/sessions.md): Add a session ID to reuse the same proxy (IP Address) for multiple requests.
- [Geolocation](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests/geolocation.md): Use an IP address from a specific country.
- [Custom Headers](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests/custom-headers.md): Add your own headers to a request and get customised results.
- [Custom Cookies](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests/custom-cookies.md): Add your own cookies to a request and get customised results.
- [Screenshots](https://docs.webscrapingapi.com/webstealthproxy/advanced-proxy-requests/screenshots.md): Looking for images rather than HTML code? Use the X-WSA-Render custom header.
- [Getting Started](https://docs.webscrapingapi.com/google-search-api/getting-started.md): Scraping Google search
- [Access the API](https://docs.webscrapingapi.com/google-search-api/getting-started/access-the-api.md): Accessing the Google Scraping API is as simple as sending a GET request to our endpoint.
- [API Parameters](https://docs.webscrapingapi.com/google-search-api/getting-started/api-parameters.md): The power of the Google scraping API stands in its parameter. Learn how to use them and you will master Google Search scraping in little to no time.
- [Google Search Engines](https://docs.webscrapingapi.com/google-search-api/google-search-engines.md): Google search is such a complex solution that we needed to split each scenario into separate Search Engines.
- [Google Search API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-search-api.md): Scrape Google Search and get real time, location based results, without worrying about captchas.
- [Google Search Async API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-search-api-1.md): Scrape Google Search asynchronously and get real-time, location-based results, without worrying about captchas.
- [Google Maps API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-api.md): The Google Maps Scraper API allows you to easily scrape Google Maps by simply sending an HTTP request.
- [Google Flights API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-api-1.md): The Google Flights Scraper API allows you to easily scrape Google Flights by simply sending an HTTP request.
- [Google Maps Reviews API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-reviews-api.md): Scraping only the reviews from Google Maps is now possible with the Google SERP API.
- [Google Maps Photos API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-photos-api.md): Scraping only the photos from Google Maps is now possible with the Google SERP API.
- [Google Autocomplete API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-autocomplete-api.md): Get keywords suggestions from Google in seconds, using our SERP Scraping API.
- [Google Scholar API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-scholar-api.md): Scraping Google Scholar gives you access to various educational resources. With our SERP API, accessing real time data from the Google Scholar page becomes faster and easier.
- [Google Scholar Profiles API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-scholar-profiles-api.md): Find published authors on the Google Scholar platform.
- [Google Scholar Author API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-scholar-author-api.md): Scrape Google Author Profiles and get instant data about the authors and their academic publications.
- [Google Scholar Cite API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-scholar-cite-api.md): Extract citation metrics from published Google Scholar authors.
- [Google Product API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-product-api.md): Get product details by scraping the Google Product page. All you need is the product ID.
- [Google Reverse Image API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-reverse-image-api.md): Get Google results by searching for an image with the Google Reverse Image Scraping API.
- [Google Jobs API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-jobs-api.md): Find job listing on Google Jobs and extract data in real time with the Google Jobs Scraping API.
- [Google Jobs Listing API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-jobs-listing-api.md): Scrape single listing on the Google Jobs platform and get the data in a nicely formatted JSON format.
- [Google Local Services API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-local-services-api.md): Scrape services fast from the area you are interested in with Google Local Services API.
- [Google Events API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-events-api.md): Get real time results available on the Google Events page.
- [Google Finance API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-finance-api.md): Get Real-Time Market Data with Google Finance API
- [Google Play API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-play-api.md): Scrape the Google Play Store and get information about all the available apps.
- [Google Trends API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-trends-api.md): Stay on top of the market by scraping Google Trends in real time.
- [Geo Parameter Options List](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-trends-api/geo-parameter-options-list.md): The list has the following format: country + code (this is the value for the GEO parameter for the specified country).
- [Google Trends Categories List](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-trends-api/google-trends-categories-list.md): Here you can find the Google Trends Categories in JSON Format.
- [Google Hotels API](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-hotels-api.md): Effortlessly scrape hotel listings and pricing data from Google Hotels in real time, with location targeting and no captchas.
- [Google APIs Response](https://docs.webscrapingapi.com/google-search-api/google-apis-response.md): Google search is such a complex solution that we needed to split each scenario into separate Search Engines.
- [Google Search API](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api.md): Being a dynamic platform, Google Search have to be treated in a one-of scenario. That is why the Google Scraping API response contains data based on what is identified on the page.
- [Ads Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/ads-results.md): Scrape real time ads from Google Search.
- [Answer Box Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/answer-box-results.md): Get instant Google Answers using the Google Scraping API
- [Event Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/event-results.md): Scrape Google events straight from the Google Events Page.
- [Image Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/image-results.md): Scrape images from Google and get the results in a JSON format.
- [Inline Images Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/inline-images-results.md): Get image results straight from the regular Google Search page.
- [People Also Search For Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/people-also-search-for-results.md): Scrape what others are searching for and get to know your market better.
- [Shopping Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/shopping-results.md): Scrape what other companies are selling on Google.
- [Knowledge Graph Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/knowledge-graph-results.md): Get instant descriptions of items by scraping the Google Knowledge Graph.
- [Local Pack Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/local-pack-results.md): Scrape place on Google and get information about available locations.
- [News Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/news-results.md): Scrape the News displayed on the Google Search page.
- [Pagination](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/pagination.md): Discover the number of pages available on a Google search.
- [Product Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/product-results.md): Scrape Google Product Results and get real time information on product specifications.
- [Organic Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/organic-results.md): Scrape Google Search and get all the organic results in a JSON format.
- [Recipes Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/recipes-results.md): Scrape recipes from the Google Search Results.
- [Related Questions Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/related-questions-results.md): Scrape questions related to your Google query.
- [Related Searches Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/related-searches-results.md): Scrape Google Related Searches and expand your area of research.
- [Spell Check](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/spell-check.md): Know when Google fixes your spelling mistakes.
- [Sports Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/sports-results.md): Scrape sports results by simply querying Google.
- [Top Carousel Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/top-carousel-results.md): Scrape Google Top Carousel results and get more data from your query.
- [Top Stories Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/top-stories-results.md): Scrape all available top stories from the Google Search Page.
- [Twitter Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/twitter-results.md): Scrape popular tweets right from the Google search results.
- [Video Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-search-api/video-results.md): Scrape videos displayed on the Google Search page.
- [Google Product API](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api.md): Get product details by scraping the Google Product page. All you need is the product ID.
- [Product Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api/product-results.md): Scrape Google Product Results and get real time information on product specifications.
- [Offers Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api/offers-results.md): Scrape Google Product Offers Results and get real time information on product buying choices.
- [Specs Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api/specs-results.md): Scrape Google Product Specs Results and get real time information on product specifications.
- [Reviews Results](https://docs.webscrapingapi.com/google-search-api/google-apis-response/google-product-api/reviews-results.md): Scrape Google Product Reviews Results and get real time information about product reviews and ratings.
- [Getting Started](https://docs.webscrapingapi.com/wb-custom-search-api/getting-started.md): Scraping E-commerce search
- [Access the API](https://docs.webscrapingapi.com/wb-custom-search-api/getting-started/access-the-api.md): Accessing the WB Custom Scraping API is as simple as sending a GET request to our endpoint.
- [API Parameters](https://docs.webscrapingapi.com/wb-custom-search-api/getting-started/api-parameters.md): The power of the WB Custom Scraping API stands in its parameter. Learn how to use them and you will master E-commerce scraping in little to no time.
- [WB Custom Search Engines](https://docs.webscrapingapi.com/wb-custom-search-api/wb-custom-engines.md): WB Custom API is such a complex solution that we needed to split each scenario into separate Search Engines.
- [Wayfair Product API](https://docs.webscrapingapi.com/wb-custom-search-api/wb-custom-engines/wayfair-async-api.md): Scrape Wayfair product data effortlessly and get real-time, accurate results, without worrying about website restrictions.
- [Best Buy Product API](https://docs.webscrapingapi.com/wb-custom-search-api/wb-custom-engines/bestbuy-async-api.md): Scrape Best Buy product data effortlessly and get real-time, accurate results, without worrying about website restrictions.
- [Nordstrom Product API](https://docs.webscrapingapi.com/wb-custom-search-api/wb-custom-engines/nordstrom-async-api.md): Scrape Nordstrom product data effortlessly and get real-time, accurate results, without worrying about website restrictions.
- [Getting Started](https://docs.webscrapingapi.com/amazon-search-api/getting-started.md): Scraping Amazon products in literally seconds is now possible with our new Amazon API. Discover how to scrape Amazon in any programming language, by interaction with our API.
- [API Parameters](https://docs.webscrapingapi.com/amazon-search-api/getting-started/api-parameters.md): Customise the response from the Amazon API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/amazon-search-api/getting-started/access-the-api.md): Scraping Amazon via the Amazon API is as easy as sending a GET request to the right endpoint.
- [Supported Domains](https://docs.webscrapingapi.com/amazon-search-api/getting-started/supported-domains.md): Specify the Amazon domain you want to reach.
- [Amazon Search Types](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types.md): We treat each Amazon Page as a Search Type, which allows us to generate better results.
- [Amazon Search](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-search.md): Get real time results of Amazon search with the Amazon Search feature.
- [Amazon Seller](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-seller.md): Get valuable Amazon Seller data via our real time REST API
- [Amazon Seller Products](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-seller/amazon-seller-products.md): Scrape Amazon products from a specific seller, in real time via our ready-to-use REST API.
- [Amazon Seller Profile](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-seller/amazon-seller-profile.md): Scrape seller profile details for a single seller on Amazon.
- [Amazon Seller Feedback](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-seller/amazon-seller-feedback.md): Get the customer feedback results for a seller on Amazon.
- [Amazon Product](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-product.md): Scrape Amazon products in real time with the Amazon API.
- [Amazon Category](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-category.md): Scrape Amazon products by category, in real time via our ready-to-use REST API.
- [Amazon Bestsellers](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-bestsellers.md): Easily scrape the best selling Amazon Products by using the Amazon API.
- [Amazon New Releases](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-new-releases.md): Stay up to date with the trends by scraping Amazon's new releases.
- [Amazon Deals](https://docs.webscrapingapi.com/amazon-search-api/amazon-search-types/amazon-deals.md): Extract Amazon deals by scraping the Amazon website has never been easier.
- [Getting Started](https://docs.webscrapingapi.com/booking-search-api/getting-started.md): Scraping Booking listings in literally seconds is now possible with our new Booking API. Discover how to scrape Booking in any programming language, by interaction with our API.
- [API Parameters](https://docs.webscrapingapi.com/booking-search-api/getting-started/api-parameters.md): Customise the response from the Booking API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/booking-search-api/getting-started/access-the-api.md): Accessing the Booking Scraping API is as simple as sending a GET request to our endpoint.
- [Booking Search Types](https://docs.webscrapingapi.com/booking-search-api/booking-search-types.md): We treat each Booking Page as a Search Type, which allows us to generate better results.
- [Booking Hotel](https://docs.webscrapingapi.com/booking-search-api/booking-search-types/wayfair-async-api.md): Scrape Booking hotels data effortlessly and get real-time, accurate results, without worrying about website restrictions.
- [Booking Search](https://docs.webscrapingapi.com/booking-search-api/booking-search-types/wayfair-async-api-1.md): Scrape Booking search data effortlessly and get real-time, accurate results, without worrying about website restrictions.
- [Getting Started](https://docs.webscrapingapi.com/twitter-search-api/getting-started.md): Scraping Twitter data can provide valuable insights into consumer behaviour and sentiment, helping businesses to make informed decisions about their products or services.
- [Access the API](https://docs.webscrapingapi.com/twitter-search-api/getting-started/access-the-api.md): Scraping data from Twitter has never been easier.
- [API Parameters](https://docs.webscrapingapi.com/twitter-search-api/getting-started/api-parameters.md): Customize the response from the Twitter API by adding parameters to your request.
- [Twitter Search Engines](https://docs.webscrapingapi.com/twitter-search-api/twitter-search-engines.md): We treat each Twitter page as a Search Engine, which allows us to generate better results.
- [Twitter Profile](https://docs.webscrapingapi.com/twitter-search-api/twitter-search-engines/twitter-profile.md): Scrape Twitter Profiles and get information about anyone
- [Twitter Tweets](https://docs.webscrapingapi.com/twitter-search-api/twitter-search-engines/twitter-tweets.md): Scrape Twitter Tweets easily by using our API
- [Getting Started](https://docs.webscrapingapi.com/bing-search-api/getting-started.md): Scraping Bing can help improve SEO, get data from your competitors and much more. Luckily, our SERP API suite includes a Bing engine that allows you to extract data from Bing.com very fast.
- [Access the API](https://docs.webscrapingapi.com/bing-search-api/getting-started/access-the-api.md): The Bing API is part of a bigger suite of SERP scraping solutions developed by our team.
- [API Parameters](https://docs.webscrapingapi.com/bing-search-api/getting-started/api-parameters.md): We've made it so you can easily customise your request by simply adding query parameters to your request, hence spending less time coding and more time manipulating the scraped data.
- [Basic API Requests](https://docs.webscrapingapi.com/bing-search-api/basic-api-requests.md): We want to keep it as simple as possible on your end. That is why the Bing API is only available via GET requests and by passing the available parameters.
- [Getting Started](https://docs.webscrapingapi.com/duckduckgo-search-api/getting-started.md): Scraping DuckDuckGo can help improve SEO, get data from your competitors and much more. Luckily, our SERP API suite includes an engine that allows you to extract data from DuckDuckGo.com very fast.
- [Access the API](https://docs.webscrapingapi.com/duckduckgo-search-api/getting-started/access-the-api.md): The DuckDuckGo API is part of a bigger suite of SERP scraping solutions developed by our team.
- [API Parameters](https://docs.webscrapingapi.com/duckduckgo-search-api/getting-started/api-parameters.md): We've made it so you can easily customise your request by simply adding query parameters to your request, hence spending less time coding and more time manipulating the scraped data.
- [KL Parameter Options List](https://docs.webscrapingapi.com/duckduckgo-search-api/getting-started/api-parameters/geo-parameter-options-list.md): The list has the following format: country + language (this is the value for the KL  parameter for the country and language of search).
- [Kad Parameter Options List](https://docs.webscrapingapi.com/duckduckgo-search-api/getting-started/api-parameters/geo-parameter-options-list-1.md): The list has the following format: country + code (this is the value for the KAD parameter for the specified country).
- [Basic API Requests](https://docs.webscrapingapi.com/duckduckgo-search-api/basic-api-requests.md): We want to keep it as simple as possible on your end. That is why the DuckDuckGo API is only available via GET requests and by passing the available parameters.
- [Getting Started](https://docs.webscrapingapi.com/ebay-search-api/getting-started.md): Scraping eBay in a matter of seconds is now within your grasp with our brand new eBay Scraper API. Uncover the secrets of extracting eBay data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/ebay-search-api/getting-started/api-parameters.md): Customize the response from the Ebay API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/ebay-search-api/getting-started/access-the-api.md): Scraping eBay via the Ebay API is as easy as sending a GET request to the right endpoint.
- [Ebay Search Types](https://docs.webscrapingapi.com/ebay-search-api/ebay-search-types.md): We treat each eBay page as a Search Type, which allows us to generate better results.
- [Ebay Product](https://docs.webscrapingapi.com/ebay-search-api/ebay-search-types/ebay-product.md): Scrape eBay products in real time with the Ebay API.
- [Getting Started](https://docs.webscrapingapi.com/yandex-search-api/getting-started.md): Yandex is undoubtedly one of the most used search engines in the world. Scraping Yandex search for real time results is a must for any SEO or marketing agency and many more.
- [Access the API](https://docs.webscrapingapi.com/yandex-search-api/getting-started/access-the-api.md): The Yandex API is part of a bigger suit of SERP scraping solutions developed by our team.
- [API Parameters](https://docs.webscrapingapi.com/yandex-search-api/getting-started/api-parameters.md): The Yandex API uses parameters to easily customise each request. Discover the full power of scraping Yandex by using our API's available parameters.
- [Basic API Requests](https://docs.webscrapingapi.com/yandex-search-api/basic-api-requests.md): Web scraping Yandex Search results is now as easy as sending a GET request to our API. We handle the SERP results scraping, you handle the data we extract.
- [Getting Started](https://docs.webscrapingapi.com/target-search-api/getting-started.md): Scraping Target in a matter of seconds is now within your grasp with our new Target Scraper API. Uncover the secrets of extracting Target data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/target-search-api/getting-started/api-parameters.md): Customize the response from the Target API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/target-search-api/getting-started/access-the-api.md): Scraping Target via the Target API is as easy as sending a GET request to the right endpoint.
- [Target Product](https://docs.webscrapingapi.com/target-search-api/getting-started/target-product.md): Scrape Target products in real time with the Target API.
- [Getting Started](https://docs.webscrapingapi.com/lowes-search-api/getting-started.md): Scraping Lowe's in a matter of seconds is now within your grasp with our new Lowe's Scraper API. Uncover the secrets of extracting Lowe's data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/lowes-search-api/getting-started/api-parameters.md): Customize the response from the Lowe's API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/lowes-search-api/getting-started/access-the-api.md): Scraping Lowe's via the Lowe's API is as easy as sending a GET request to the right endpoint.
- [Lowe's Product](https://docs.webscrapingapi.com/lowes-search-api/getting-started/lowes-product.md): Scrape Lowe's products in real time with the Lowe's API.
- [Getting Started](https://docs.webscrapingapi.com/wayfair-search-api/getting-started.md): Scraping Wayfair in a matter of seconds is now within your grasp with our brand new API. Uncover the secrets of extracting Wayfair data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/wayfair-search-api/getting-started/api-parameters.md): Customize the response from the Wayfair API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/wayfair-search-api/getting-started/access-the-api.md): Scraping Wayfair via the Wayfair API is as easy as sending a GET request to the right endpoint.
- [Wayfair Search Types](https://docs.webscrapingapi.com/wayfair-search-api/wayfair-search-types.md): We treat each Wayfair page as a Search Type, which allows us to generate better results.
- [Wayfair Product](https://docs.webscrapingapi.com/wayfair-search-api/wayfair-search-types/wayfair-product.md): Scrape Wayfair products in real time with the Wayfair API.
- [Getting Started](https://docs.webscrapingapi.com/walmart-search-api/getting-started.md): Scraping Walmart in a matter of seconds is now within your grasp with our brand new API. Uncover the secrets of extracting Walmart data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/walmart-search-api/getting-started/api-parameters.md): Customize the response from the Walmart API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/walmart-search-api/getting-started/access-the-api.md): Scraping Walmart via the Walmart API is as easy as sending a GET request to the right endpoint.
- [Walmart Search Types](https://docs.webscrapingapi.com/walmart-search-api/walmart-search-types.md): We treat each Walmart page as a Search Type, which allows us to generate better results.
- [Walmart Product](https://docs.webscrapingapi.com/walmart-search-api/walmart-search-types/walmart-product.md): Scrape Walmart products in real time with the Walmart API.
- [Getting Started](https://docs.webscrapingapi.com/homedepot-search-api/getting-started.md): Scraping Home Depot in a matter of seconds is now within your grasp with our brand new API. Uncover the secrets of extracting Home Depot data in any programming language by connecting to our API.
- [API Parameters](https://docs.webscrapingapi.com/homedepot-search-api/getting-started/api-parameters.md): Customize the response from the HomeDepot API by adding parameters to your request.
- [Access the API](https://docs.webscrapingapi.com/homedepot-search-api/getting-started/access-the-api.md): Scraping Home Depot via the HomeDepot API is as easy as sending a GET request to the right endpoint.
- [HomeDepot Search Types](https://docs.webscrapingapi.com/homedepot-search-api/homedepot-search-types.md): We treat each Home Depot page as a Search Type, which allows us to generate better results.
- [HomeDepot Product](https://docs.webscrapingapi.com/homedepot-search-api/homedepot-search-types/homedepot-product.md): Scrape Home Depot products in real time with the HomeDepot API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.webscrapingapi.com/readme.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.
