Youtube search parser
# YouTube Data & Contact API Turn any YouTube channel or keyword into clean, structured JSON — in real time. Two jobs in one API: **video discovery** + creator **contact data** (emails, socials, website, phone). Most competitors do only one. ## Endpoints ### `GET /search/videos` Keyword video search with pagination and the **full set of YouTube filters**. - **Params:** `query` (required),…
Youtube search parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchFilters /search/filters |
|
| GET |
searchVideos /search/videos |
|
| channel | ||
| GET |
channelInfo /channel/info |
|
| GET |
channelContacts /channel/contacts |
Provide channel_id (UC...) or video_id. Hybrid extraction: fast regex first, AI fallback (author name, topic, country, obfuscated emails) when no email is found by regex. Set… |
| health | ||
| GET |
health /health |
|
| Other endpoints | ||
| GET |
searchVideos /search/videos |
|
| GET |
channelContacts /channel/contacts |
Provide channel_id (UC...) or video_id. Hybrid extraction: fast regex first, AI fallback (author name, topic, country, obfuscated emails) when no email is found by regex. Set… |
| GET |
channelInfo /channel/info |
|
| GET |
health /health |
|
Youtube search parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $19 / month | 20 / second |
|
| ULTRA | $49 / month | 30 / second |
|
| MEGA | $149 / month | 50 / second |
|