Youtube Search and Download

फ्रीमियम
द्वारा h0p3rwe | अपडेट किया गया 23 days ago | Entertainment
लोकप्रियता

9.9 / 10

लेटेंसी

379ms

सेवा का स्तर

100%

Health Check

N/A

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

search API question

Rapid account: Api 01
api01
a month ago

I use the search API to search for specific keywords, and it returns 20 records per page. Then, I use the ‘next’ parameter to loop through requests. However, the maximum number of records I can retrieve is limited to 600. How can I solve this issue?

Rapid account: H 0 P 3 Rwe
h0p3rwe Commented 25 days ago

You have got such response
{
“contents”: [],
“estimatedResults”: “600”,
“next”: null
}
just look at “estimatedResults”: YouTube returned all videos for such query (600 videos)

Rapid account: Api 01
api01 Commented 25 days ago

gl = "US"
upload_date = "l"
search_type = "v"
sort_field = "u"
query = "product"
This is my parameter,and the ‘next’ is ‘EpADEgdwcm9kdWN0GoQDRWdJUUFVallCSUlCQzJobU9FWkZNVVpGYkZWQmdnRUxVVVpZTUVoSmJpMDRia1dDQVF0dlltWjZRVzAwUkhablFZSUJDM1pITmxObFEwaElSR2MwZ2dFTFVpMUpOVGxNVXpKRFRFV0NBUXRLU1ZadU16bFZWbVJHZDRJQkN6aDZRa0oxVjAxSmVGODRnZ0VMUTFwdVgwSmxkRTFKU25PQ0FRdDBlWE5MV2t0bGEzUlVhNElCQzFObVVuSkdTMGxvTW5nd2dnRUxNbUZDYm05alNuUlZTRldDQVF0S2RWRk1lSGxLWlVOVk5JSUJDekJJYW5KbGJsVlRPVkZGZ2dFTFluSlpSVzFtVld0RVVGbUNBUXRLUVdKSVFXWnlNbmRtTklJQkMzWmFZbXBOUlVFMWQxSmpnZ0VMTW5kM2RXbGpTMFpUT0ZHQ0FRdFlXbEZGVGtwS1EzRTBhNElCQzNSQk1FTXhUbEJCWjBsWnNnRUhDZ1VJdlFRUUgtb0JCUWdNRUtzQxiB4OgYIgtzZWFyY2gtZmVlZA%3D%3D’

Rapid account: H 0 P 3 Rwe
h0p3rwe Commented a month ago

Hi!
Maybe problem with your code or youtube can return only 600 videos with your specific query.
I just tried with ‘hello’ query and got more than 2000 videos and can get more.
What query did you use ?

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

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