# NewPipe Extractor ## Docs - [ChannelExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/channel-extractor.md): API reference for ChannelExtractor class - extracts channel/creator information - [CommentsExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/comments-extractor.md): API reference for CommentsExtractor class - extracts comments from videos and streams - [KioskExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/kiosk-extractor.md): API reference for KioskExtractor class - extracts content from service kiosks like trending, featured, and popular sections - [PlaylistExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/playlist-extractor.md): API reference for PlaylistExtractor class - extracts playlist and collection information - [SearchExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/search-extractor.md): API reference for SearchExtractor class - extracts search results from streaming services - [StreamExtractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/extractors/stream-extractor.md): API reference for StreamExtractor class - extracts video and audio stream information - [ChannelInfo](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/info/channel-info.md): API reference for the ChannelInfo class - [PlaylistInfo](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/info/playlist-info.md): API reference for the PlaylistInfo class - [StreamInfo](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/info/stream-info.md): API reference for the StreamInfo class - [LinkHandlerFactory](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/link-handlers/link-handler-factory.md): Base factory class for creating LinkHandler instances - [ListLinkHandlerFactory](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/link-handlers/list-link-handler-factory.md): Factory for creating ListLinkHandler instances with content and sort filters - [Link Handler System Overview](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/link-handlers/overview.md): Understanding the Link Handler system in NewPipe Extractor - [SearchQueryHandlerFactory](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/link-handlers/search-query-handler-factory.md): Specialized factory for creating search query handlers - [NewPipe](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/newpipe.md): Main entry point for accessing streaming services and configuring the extractor - [ServiceList](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/service-list.md): Registry of all supported streaming services - [StreamingService](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/streaming-service.md): Abstract base class for all streaming service implementations - [Downloader](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/utilities/downloader.md): HTTP downloader interface for fetching resources during extraction - [Exceptions](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/utilities/exceptions.md): Exception hierarchy for error handling during extraction - [Localization](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/api/utilities/localization.md): Language and country settings for content extraction - [Extractor Pattern](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/core-concepts/extractors.md): Understanding the Extractor pattern for data extraction from streaming services - [Link Handler System](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/core-concepts/link-handlers.md): Understanding URL parsing, validation, and ID extraction in NewPipe Extractor - [Localization Support](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/core-concepts/localization.md): Multi-language and region support in NewPipe Extractor - [Architecture Overview](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/core-concepts/overview.md): Understanding the NewPipe Extractor architecture and design patterns - [Streaming Services](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/core-concepts/services.md): Understanding the StreamingService architecture and implementation - [Extracting Comments](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/comments.md): Learn how to extract comments from videos and other content - [Error Handling](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/error-handling.md): Best practices for handling errors and exceptions in NewPipe Extractor - [Extracting Channel Data](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/extracting-channels.md): Learn how to extract channel information including metadata, avatars, and tabs - [Extracting Playlist Data](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/extracting-playlists.md): Learn how to extract playlist information and retrieve playlist items - [Extracting Stream Data](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/extracting-streams.md): Learn how to extract video and audio stream information from services like YouTube - [Search](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/guides/search.md): Learn how to perform searches across different content types and services - [Installation](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/installation.md): Add NewPipe Extractor to your Java project using Gradle or Maven - [NewPipe Extractor](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/introduction.md): A powerful Java library for extracting data from streaming sites like YouTube, SoundCloud, and more - [Quick Start](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/quickstart.md): Get up and running with NewPipe Extractor in minutes - [Bandcamp Service](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/bandcamp.md): Independent music platform support in NewPipe Extractor - [media.ccc.de Service](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/mediaccc.md): Conference recordings and tech talks from Chaos Computer Club - [Supported Services Overview](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/overview.md): Overview of all streaming services supported by NewPipe Extractor - [PeerTube Service](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/peertube.md): Decentralized video platform support in NewPipe Extractor - [SoundCloud Service](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/soundcloud.md): Audio streaming support for SoundCloud in NewPipe Extractor - [YouTube Service](https://mintlify.wiki/TeamNewPipe/NewPipeExtractor/services/youtube.md): Comprehensive YouTube support in NewPipe Extractor