# WebScrapingAPI

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


---

# 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/webscrapingapi.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.
