Youtube Hashtag Videos Urls Scraper
Pricing
from $0.40 / 1,000 results
Youtube Hashtag Videos Urls Scraper
Scrapes Youtube videos URLs related to a given hashtag
Pricing
from $0.40 / 1,000 results
Rating
0.0
(0)
Developer
Abdulrahman
Actor stats
0
Bookmarked
13
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Youtube Hashtag URLs Scraper
This Actor scrapes Youtube videos URLs that are related to specific hashtags.
Related
YouTube Keyword Videos URLs ScraperYouTube Hashtag Shorts URLs Scraper
YouTube Keyword Shorts URLs Scraper
Input
Provide a list of hashtags in the following formats:
{"hashtags": ["#music", "#love"]}
{"hashtags": ["#music", "#love"],"date": "last-3-months"}
{"hashtags": ["#music", "#love"],"date": "ignore","from": "2024-01-01","to": "2024-02-01"}
{"hashtags": ["#music", "#love"],"from": "2024-01-01","to": "2024-02-01"}
Optional filters
date
A predefined date range filter.
If provided and not set to ignore, this option takes precedence over from and to.
{"date": "last-6-months"}
Allowed values:
ignorelast-1-daylast-3-dayslast-1-weeklast-2-weekslast-1-monthlast-2-monthslast-3-monthslast-6-monthslast-1-year
Note: Use
ignoreif you want to rely exclusively on thefrom/todate range instead.
from
Start date for filtering results.
{"from": "2024-01-01"}
- Must be a valid date string.
- Only effective when
dateis set toignoreor when thedateproperty is not provided at all.
to
End date for filtering results.
{"to": "2024-03-01"}
- Must be a valid date string.
- Only effective when
dateis set toignoreor when thedateproperty is not provided at all.
limit
Result limit
{"limit": "100"}
Output
The Actor returns a dataset with the following fields:
| Field | Description |
|---|---|
channel_name | The name of the channel |
hashtag | The queried hashtag (including #) |
video_url | URL of the video on Youtube |
Notes on Date Filtering Behavior
- If
date≠ignore, it overridesfromandto. - If
date=ignore, the Actor uses thefrom/torange. - If no date filters are provided, the Actor defaults to returning results from the last 6 months.