Aller au contenu
Se connecter S'inscrire

Requêtes de base de l'API SERP Yandex

Fenêtre de terminal
curl "https://serp.shifter.io/v1?engine=yandex&api_key=YOUR_API_KEY&q=proxy"
Fenêtre de terminal
curl "https://serp.shifter.io/v1?engine=yandex&api_key=YOUR_API_KEY&q=рестораны&lr=2&lang=ru"

Yandex effectue la pagination avec p (numéro de page indexé à partir de 0).

Fenêtre de terminal
# Page 1 (résultats 1-10)
curl "https://serp.shifter.io/v1?engine=yandex&api_key=YOUR_API_KEY&q=news&p=0"
# Page 2 (résultats 11-20)
curl "https://serp.shifter.io/v1?engine=yandex&api_key=YOUR_API_KEY&q=news&p=1"