list_hashtag_videos
Retrieve YouTube videos by hashtag with pagination support. Filter by video type and language for targeted content discovery.
Instructions
This endpoint lists YouTube videos related to the hashtag. Pagination scraping is supported.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | A hashtag without #. Try lowercase (e.g., howtocook, not HowToCook) if no results. | |
| lang | No | Language code (IETF language tag) for localized results. Defaults to en-US. Unsupported code will fallback to en-US. | |
| type | No | Video type. Defaults to all. | |
| nextToken | No | A string for getting the next page of data. If not specified, the first page of data will be returned. If specified, tag and type will be ignored. |