seo api

फ्रीमियम
द्वारा Serply | अपडेट किया गया לפני חודשיים | Data
लोकप्रियता

9.8 / 10

लेटेंसी

577ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Increase number of responses per request or Increase number of requests

Rapid account: Allubharadwajyadav
allubharadwajyadav
לפני שנה

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 לפני שנה

Thanks!

Rapid account: Serply
Serply Commented לפני שנה

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

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें