Yandex
SERP API Yandex Query Parameters
Configure Yandex search queries using Thordata's SERP API, including localization, geotargeting, and pagination options.
q
(Required)
Defines the search query for scraping (default: text=pizza
). Supports any keyword in any language.
Code Example:
Localization
yandex_domain
(Optional)
Specifies the Yandex domain to use (default: yandex.com
).
Available options:
yandex.com
yandex.ru
yandex.com.tr
(Other regional domains supported)
Example Request:
hl
(Optional)
Controls interface language (default: en
).
Common values:
en
(English)ru
(Russian)
Example Request:
Geotargeting
lr
(Optional)
Specifies result region (e.g., lr=Moscow
), overriding IP-based location.
Format: lr=<Region_Name>
(e.g., lr=Moscow,Russia
)
Example Request:
rstr
(Optional)
Dual filtering:
Region lock: Forces results to match
lr
regionSafe search:
rstr=family
blocks adult content
Example Request:
Pagination
p
(Optional)
Page control (starts at p=0
). Combine with results-per-page parameters.
Example: p=2
retrieves page 3 results.
Example Request:
within
(Optional)
Time/domain restrictions:
Time range:
within=7d
(last 7 days)Domain filter:
within=example.com
Example Request:
Last updated
Was this helpful?