# Quick Start: AI Studio

{% hint style="info" %}
Already familiar with the basics? Check out [AI Studio documentation](/products/ai-studio.md) or our handy [Integration hub](/integrations/ai-studio-integrations.md).
{% endhint %}

[Oxylabs AI Studio](https://aistudio.oxylabs.io/) is a no-code suite of tools for web scraping. Instead of writing code or maintaining scrapers, you interact with AI-powered apps using plain English. It is designed to handle the entire scraping pipeline automatically: from anti-bot bypassing to data parsing.

{% stepper %}
{% step %}

### Access the AI Studio

Log in or sign up at [aistudio.oxylabs.io](https://aistudio.oxylabs.io). Once you’re in, you can start using AI Studio apps right away with 10,000 free credits or [upgrade your plan](https://aistudio.oxylabs.io/pricing) according to your needs.
{% endstep %}

{% step %}

### Choose your app

AI Studio offers five specialized applications. Choose the one that matches your task:

| App                                                   | Use this when...                                                                       |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [AI-Scraper](/products/ai-studio/ai-scraper.md)       | You have a specific URL and want to extract data from it.                              |
| [AI-Crawler](/products/ai-studio/ai-crawler.md)       | You have one URL but want the AI to find and scrape all related pages.                 |
| [Browser Agent](/products/ai-studio/browser-agent.md) | The data is hidden behind buttons or complex navigation.                               |
| [AI-Search](/products/ai-studio/ai-search.md)         | You need to find information across the entire web, not just one site.                 |
| [AI-Map](/products/ai-studio/ai-map.md)               | You need to see the whole structure of a website (all URLs) to find specific sections. |
| {% endstep %}                                         |                                                                                        |

{% step %}

### Scraping your first page (AI-Scraper)

The AI-Scraper is the most common starting point for extracting data from a specific URL.

1. **Enter the URL:** Paste the link to the website you want to scrape.
2. **Select output format:** Choose from JSON, CSV, Markdown, PNG, or Toon.
3. **Describe the data:** Explain what you need in plain English (e.g., "Extract the product name, current price, and rating").
4. **Generate schema:** Click "Generate schema" and the AI will create a structured map of the data it found. You can manually edit these fields if you need to rename them.
5. **Scrape & parse:** Hit the "Scrape & parse" button to see your live results. You can download the data immediately as a JSON or CSV file.
   {% endstep %}
   {% endstepper %}

### Next steps

* **Need more than just one page?** If you have a starting URL but need to find and scrape hundreds of related pages (like an entire product category), see the [AI-Crawler](/products/ai-studio/ai-crawler.md) section to learn how to automate site discovery.
* **Tired of manual copy-pasting?** Run AI Studio across thousands of URLs automatically using pre-made [Python or JavaScript SDKs](broken://spaces/BQ7Zf9paoN3FTeGcyfY1/pages/lU6W5cHoRBcM1hvg3YVw) to plug your prompts directly into your own apps.
* **Have questions about credits or results?** Learn more about Oxylabs AI Studio apps in our [AI Studio FAQ](/products/ai-studio/faq.md).


---

# 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/get-started/quick-start-ai-studio.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.
