🏯 Youtube Scraper (Pay Per Result) avatar
🏯 Youtube Scraper (Pay Per Result)

Pricing

$0.50 / 1,000 videos

Go to Store
🏯 Youtube Scraper (Pay Per Result)

🏯 Youtube Scraper (Pay Per Result)

Developed by

API Dojo

API Dojo

Maintained by Community

Experience unparalleled efficiency and depth with its ultra-fast capabilities in searching, URL, playlist, channel, and profile scraping. It comes equipped with a variety of filters to customize your data collection precisely. Plus, it's incredibly affordable at only $0.50 per 1000 videos!

3.2 (4)

Pricing

$0.50 / 1,000 videos

143

Total users

2.5K

Monthly users

590

Runs succeeded

96%

Issues response

15 hours

Last modified

11 hours ago

ES

Getting unsupported URL error

Closed

energetic_squrriel opened this issue
15 days ago

I'm getting an empty return to my n8n automation with a log error saying unsupported URL

apidojo avatar

Hello,

You are providing a wrongly formatted URL, please refer to https://apify.com/apidojo/youtube-scraper#input-parameters to learn more on the URL types we support.

For your case, you should use the following:

{
"customMapFunction": "(object) => { return {...object} }",
"duration": "all",
"features": "all",
"getTrending": false,
"includeShorts": false,
"maxItems": 1,
"sort": "r",
"startUrls": [
"https://www.youtube.com/watch?v=mZUG0pr5hBo"
],
"uploadDate": "all",
"gl": "us",
"hl": "en"
}

Cheers