About the API
This free API allows you to scrape YouTube search results. Simply send a GET request with your search query, and receive JSON data containing video information.
Sample API Call
GET https://yt-search-scraper.vercel.app/search?query=your+search+query
&limit=100
after the url.
GET https://yt-search-scraper.vercel.app/search?query=your+search+query&limit=100
Try it out →
Disclaimer
This API is for educational and personal use only. Please respect YouTube's terms of service and do not use this API for any illegal or unethical purposes. We are not responsible for any misuse of this API.