# Playground to test Web Scraper API

Yes, to help you decide if our [Web Scraper API](https://oxylabs.io/products/scraper-api/web) is suitable for your needs, we have an easy-to-use playground. You can easily test our web scraping solution, including its features and dedicated parsers (Amazon, Google Shopping, Google, Bing, Baidu, and Yandex.)

In addition, you can try our newest AI-powered feature, [OxyCopilot](https://oxylabs.io/products/scraper-api/ai-web-scraper-copilot), to build web scrapers and parsers in seconds by simply providing target URLs and writing your requirements in plain English. For an even more simplified process, explore and test pre-made prompts for specific targets available in the [OxyCopilot prompts and code samples library](https://oxylabs.io/resources/prompts-code-samples).

{% hint style="info" %}
Using the Web Scraper API Playground is free-of-charge and is accessible via our [dashboard](https://dashboard.oxylabs.io/en/).
{% endhint %}

#### Testing out our Web Scraper API is easy: <a href="#h_0a1787b1c3" id="h_0a1787b1c3"></a>

1. First, enter a search query or the target URL (depending on your selected source). You can submit a request without customization.
2. If needed, Web Scraper API Playground allows you to test getting more specific public data by letting you customize your request. Depending on the target, you can choose a user agent type, parsing, JavaScript rendering, localization (geographic location and interface language), result limits, filtering, session ID options, and more. As mentioned above, you can use OxyCopilot to help you prepare a request.
3. When you're done customizing your request, submit it, and you'll see the results on the right. If needed, you can export the request/response code in HTML, JSON, Markdown, or other language of your choice. By adding your credentials to the request code, you can use it for further scraping operations.

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>


---

# 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://developers.oxylabs.io/help-center/products-and-features/playground-to-test-web-scraper-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.
