# Getting Started

Scraping Yandex Search can be quite difficult using traditional means. However, we've made it possible for anyone to scrape Yandex search results by simply interacting with our SERP API. The API handles everything in the background, from evasions to captcha solving, so that you can focus more on how to manipulate the scraped results.

The following documentation for the Yandex API covers basic usage, implementation examples and the available parameters that help you customise the request.&#x20;

We do our best to cover as much information in the documentation as possible. However, if you come across a situation that we didn't include in the documentation, please reach out to our [**technical support team**](https://www.webscrapingapi.com/contact/) and we will answer your questions as soon as possible.&#x20;


---

# 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/yandex-search-api/getting-started.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.
