> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/~/changes/867/overview.md).

# Overview

### Welcome!

Welcome to Oxylabs documentation.

Here you will find everything you need to get started using our proxies and Scraper APIs.

If you cannot find something or need a hand, contact us at [**support@oxylabs.io**](mailto:support@oxylabs.io) or via the 24/7 available live chat [**on our website**](https://oxylabs.io/).

### What can I find here?

Our documentation has **three main sections**. The first is dedicated to Oxylabs **Proxies**, the second to the **Advanced proxy solutions**, like Web Unblocker, and the third to our **Scraper APIs.**

#### Proxies

In the *Proxies* section, you will find in-depth technical documentation on each type of proxies we offer. From *Getting Started* guides to run a basic query to a comprehensive integration process, code examples, and suggested 3rd party tools.

Select the proxy type for your needs and follow guidelines for smooth integration.

* [**Residential Proxies**](/~/changes/867/proxies/residential-proxies.md)
* [**ISP Proxies**](/~/changes/867/proxies/isp-proxies.md)
* [**Mobile Proxies**](/~/changes/867/proxies/mobile-proxies.md)
* [**Datacenter Proxies**](/~/changes/867/proxies/datacenter-proxies.md)
* [**Dedicated Datacenter Proxies**](/~/changes/867/proxies/dedicated-datacenter-proxies.md)

#### Advanced proxy solutions

This section contains information about an AI-powered proxy solution that helps you scrape difficult targets without getting blocked. Here you will find all the necessary guidelines with code examples on how to get started.

* [**Web Unblocker**](/~/changes/867/advanced-proxy-solutions/web-unblocker.md)

#### Scraper APIs

This section provides technical details for the [**Web Scraper API**](/~/changes/867/scraper-apis/web-scraper-api.md), including guides to get started, integration methods, feature explanations, code examples, parameter tables, and data dictionaries.

{% hint style="info" %}
**Note:** Use the right-hand menu to navigate sub-sections relevant to the page. If it’s not visible, try resizing your browser window.
{% endhint %}

For rate limits, usage statistics, and billing information, see [**Usage and Billing**](/~/changes/867/scraper-apis/usage-and-billing.md)**.**

To learn about the new OxyCopilot feature for simplified onboarding and complex parsing use case solutions without coding, visit [**OxyCopilot (Beta)**](/~/changes/867/scraper-apis/oxycopilot-beta.md)**.**

#### Guides for Scraper APIs

Explore short guides to simplify integration and enhance your use of Scraper APIs:

* [**Forming Requests**](/~/changes/867/guides-for-scraper-apis/forming-requests.md)
* [**Forming URLs** ](/~/changes/867/guides-for-scraper-apis/forming-urls.md)(Baidu, Yandex, Wayfair)
* [**Using Postman**](/~/changes/867/guides-for-scraper-apis/using-postman.md)

#### Useful links

There is also an extra section for useful links to external sources - [**Oxylabs dashboard**](https://dashboard.oxylabs.io/en/), [**Open source tools**](https://developers.oxylabs.io/), [**Discord community**](https://discord.com/invite/2mmP6tXPFm), [**GitHub**](https://github.com/oxylabs)**,** [**FAQ**](https://faq.oxylabs.io/) and [**Scraping Experts lessons**](https://experts.oxylabs.io/lessons).

The **Oxylabs dashboard** is your central hub for managing proxies, scraper API, monitoring usage, and accessing detailed reports and billing information.&#x20;

The **Open source tools** page features free, developer-friendly tools that simplify web scraping, automation, and task management.

Join our **Discord community** to connect with other developers,  ask questions, and get support from both peers and Oxylabs experts.

Oxylabs **GitHub** is the place to go for tutorials on how to scrape websites, use our tools, implement products or integrate them using the most popular programming languages (e.g., C#, Java, NodeJs, PHP, Python, etc.).

On the **FAQ** page, you will find frequently asked questions about our proxies and scrapers, as well as about billing, free tools, and others.

**Scraping Experts** page features beginner, intermediate, and advanced level lessons led by industry experts, focusing on data gathering techniques.

You will find all of the mentioned sections on the left-hand side menu.

### Support

Feel free to contact us at [**support@oxylabs.io**](mailto:support@oxylabs.io) or via the 24/7 available live chat in case you need any help. We will do our best to help you out with your questions as quickly as possible.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/~/changes/867/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
