Scrape YouTube videos in Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. google-search-results-nodejs

    SerpApi client library for Node.js. Previously: Google Search Results Node.js.

    params = { "api_key": SERPAPI_API_KEY, "engine": "youtube_video", "v": "j3YXfsMPKjQ", # YouTube video ID "next_page_token": "Eg0SC2ozWVhmc01QS2pRGAYyOCIRIgtqM1lYZnNNUEtqUTABeAIwAUIhZW5nYWdlbWVudC1wYW5lbC1jb21tZW50cy1zZWN0aW9u" } search = requests.get("https://serpapi.com/search", params=params) response = search.json() print(json.dumps(response, indent=2))

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Create SerpApi Key (Google Search API)

    1 project | dev.to | 10 Dec 2025
  • Best SERP API Comparison 2025: SerpAPI vs Exa vs Tavily vs ScrapingDog vs ScrapingBee

    2 projects | dev.to | 3 Dec 2025
  • Scrape Google Maps Reviews for London's Best Roast Dinner! (Part 1)

    1 project | dev.to | 7 Oct 2025
  • Criando uma Ferramenta de Comparação de Preços com o SerpApi

    2 projects | dev.to | 18 Sep 2025
  • Building a fast, self‑hosted research agent with OpenAI models + SerpAPI

    3 projects | dev.to | 14 Aug 2025

Did you know that JavaScript is
the 4th most popular programming language
based on number of references?