Ir al contenido
Iniciar sesión Registrarse

Solicitudes básicas de la API Bing SERP

Ventana de terminal
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=shoes"
Ventana de terminal
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=pizzeria&location=Rome%2C+Italy&cc=IT&setLang=it-IT&device=mobile"

Bing pagina con first (desplazamiento de resultados) y count (resultados por página, 10 por defecto).

Ventana de terminal
# Page 1 (results 1-10)
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=news&first=1&count=10"
# Page 2 (results 11-20)
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=news&first=11&count=10"