Bright Data Docs home pagelight logodark logo
  • Support
  • Sign up
  • Sign up
Welcome
Proxy Infrastructure
Web Access APIs
Data Feeds
API Reference
General
Integrations
Introduction
  • Overview
Product Guides
  • Web Unlocker API
  • SERP API
    • Introduction
    • Quick Start
    • Configuration
    • Send Your First Request
    • Query Parameters
      • Google
      • Bing
      • Yandex
      • DuckDuckGo
    • Parsed JSON Results
    • Asynchronous Requests
    • FAQs
  • Browser API
  • Crawl API
  • Easy Scraper
  • Browser Extension
  • Bright Shield
  • FAQs
Query Parameters

SERP API Yandex Query Parameters

Explore Yandex query parameters for SERP API, including localization, pagination, time range, and device targeting, to optimize your search results efficiently.

​
Search

​
lr

Region or country to search.

​
Examples:

1 - Moscow
2 - Saint-Petersburg
84 - USA
95 - Canada
134 - China

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&lr=84"

​
lang

Two-letter language code used to define the page language

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&lang=en"

​
p

Define the result page - results to start from the selected value. Used for managing pagination.

​
Examples:

p=1 (default) - first page of results
p=2 - second page of results
p=4 - fourth page of results, etc.

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&p=1"

​
within

Time range to search.

Available values are:
77 - Past 24 hours
1 - Past 2 weeks
[%pm] - Past month

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&within=1"

​
brd_mobile

Define what device type to be represented in user-agent

Default or brd_mobile=0 will provide random desktop user-agent while brd_mobile=1 will provide random mobile user-agent.

For specific mobile platform provide one of the following values:
brd_mobile=ios - iPhone user-agent (alias brd_mobile=iphone)
brd_mobile=ipad - iPad user-agent (alias brd_mobile=ios_tablet)
brd_mobile=android - Android phone
brd_mobile=android_tablet - Android tablet

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&brd_mobile=1"

​
brd_browser

Define what browser to be represented in user-agent.
Can be combined with brd_mobile to get according mobile browser.
Default will provide random browser.

For specific browser provide one of the following values:
brd_browser=chrome - Google Chrome
brd_browser=safari - Safari
brd_browser=firefox - Mozilla Firefox (not compatible with brd_mobile=1)

Copy
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer-id>-zone-<zone-name>:<zone-password> "https://www.yandex.com/search/?text=pizza&brd_browser=chrome"

Was this page helpful?

BingDuckDuckGo
linkedinyoutubegithub
Powered by Mintlify
On this page
  • Search
Assistant
Responses are generated using AI and may contain mistakes.