seo api

FREEMIUM
Por Serply | Actualizada 1ヶ月前 | Data
Popularidad

9.8 / 10

Latencia

635ms

Nivel de servicio

97%

Health Check

N/A

Volver a todas las conversaciones

Increase number of responses per request or Increase number of requests

query ={“q”:“data scientist”, “num”: 20}
dic = dict()

resp = requests.get(“https://seo-api.p.rapidapi.com/v1/job/search/” + urllib.parse.urlencode(query), headers=headers)

results = resp.json()

I want to increase the number of responses per request or increase the #requests made. The num parameter doesn’t seem to be working. Can you suggest a way to modify the above query so that I can retrieve say like 100 or more results.

Rapid account: Allubharadwajyadav
allubharadwajyadav Commented 1年前

Thanks!

Rapid account: Serply
Serply Commented 1年前

Hello.

The jobs API does not support the num parameter. Theres no way to get more than 10 results at a time. However you can page through the results using the start parameter. To get results 10-20. You would use start=10

Hope this helps.
Team Serply

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios