# Browser API

- [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.


---

# Agent Instructions: Querying This Documentation

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

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

```
GET https://docs.webscrapingapi.com/browser-api.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.
