> 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/help-center/products-and-features/web-scraper-api-integration-methods.md).

# Web Scraper API integration methods

Web Scraper API integration methods are the different ways you can use our Web Scraper API within your infrastructure and make calls to the API. There are [three methods](/products/web-scraper-api/integration-methods.md), each having its own benefit. See this [blog post](https://oxylabs.io/blog/best-integration-methods) for an in-depth look.

### Synchronous integration <a href="#h_b093f97511" id="h_b093f97511"></a>

This method is easier to implement and use, yet it consumes more infrastructure resources.

* [Realtime](/products/web-scraper-api/integration-methods/realtime.md) – you have to keep the connection open until the job is finished. This technique is great for sending JSON payloads with scraping and parsing descriptions, including advanced scraping parameters.
* [Proxy Endpoint](/products/web-scraper-api/integration-methods/proxy-endpoint.md) – allows you to use our endpoint like a proxy server. You can use this technique if you’re more familiar with proxies and would like to just get content easier.

### Asynchronous integration <a href="#h_6df935d47d" id="h_6df935d47d"></a>

This method is best for large-scale web scraping as it offers more functionality and doesn’t consume additional infrastructure resources.

[Push-Pull](/products/web-scraper-api/integration-methods/push-pull.md) – you’ll have to send another request to our API to retrieve job results. This approach also enables you to retrieve scraped results straight to your [cloud storage](/products/web-scraper-api/features/result-processing-and-storage/cloud-storage.md), such as [Amazon S3](/products/web-scraper-api/features/result-processing-and-storage/cloud-storage.md#amazon-s3), [Google Cloud Storage](/products/web-scraper-api/features/result-processing-and-storage/cloud-storage.md#google-cloud-storage), [Alibaba OSS](/products/web-scraper-api/features/result-processing-and-storage/cloud-storage.md#alibaba-cloud-object-storage-service-oss), or [other S3-compatible storage](/products/web-scraper-api/features/result-processing-and-storage/cloud-storage.md#other-s3-compatible-storage).&#x20;

{% hint style="info" %}
&#x20;For more information about each integration method, please refer to the respective pages of our [documentation](https://developers.oxylabs.io/scraper-apis/web-scraper-api/integration-methods).
{% endhint %}

***

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


---

# 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/help-center/products-and-features/web-scraper-api-integration-methods.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.
