YouTube Search Results

फ्रीमियम
द्वारा Marin Delija | अपडेट किया गया hace 2 meses | Search
लोकप्रियता

9.6 / 10

लेटेंसी

1,208ms

सेवा का स्तर

100%

Health Check

N/A

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

I m not getting data , getting every time empty array

I have not been able to fetch any data from your API for the past 4-6 days, even though there is data available on YouTube. Instead, I keep receiving an empty array every time.

I am useing this – > const axios = require(‘axios’);

const options = {
method: ‘GET’,
url: ‘https://youtube-search-results.p.rapidapi.com/youtube-search/’,
params: {q: ‘justin+bieber’},
headers: {
‘X-RapidAPI-Key’: ‘API-KEY’,
‘X-RapidAPI-Host’: ‘youtube-search-results.p.rapidapi.com
}
};

try {
const response = await axios.request(options);
console.log(response.data);
} catch (error) {
console.error(error);
}

Rapid account: H 0 P 3 Rwe
h0p3rwe Commented hace 9 meses

Try this “Youtube Search and Download” api

Rapid account: Arjunvijay 2002113
arjunvijay2002113 Commented hace 9 meses

pls let me know is you quys find any alternative options.

Rapid account: Emreulusoy 45
emreulusoy45 Commented hace 9 meses

same too

Rapid account: Arjunvijay 2002113
arjunvijay2002113 Commented hace 9 meses

same here!

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

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