Youtube Keyword Shorts Urls Scraper avatar

Youtube Keyword Shorts Urls Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Youtube Keyword Shorts Urls Scraper

Youtube Keyword Shorts Urls Scraper

Scrapes Youtube shorts URLs related to a given keyword

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Abdulrahman

Abdulrahman

Maintained by Community

Actor stats

1

Bookmarked

14

Total users

0

Monthly active users

2 days ago

Last modified

Share

Youtube Keyword URLs Scraper

This Actor scrapes Youtube shorts URLs that are related to specific keywords.

YouTube Hashtag Shorts URLs Scraper
YouTube Hashtag Videos URLs Scraper
YouTube Keyword Videos URLs Scraper

Input

Provide a list of keywords in the following formats:

{
"keywords": ["online course", "music", "love"]
}
{
"keywords": ["music", "love"],
"date": "last-3-months"
}
{
"keywords": ["music", "love"],
"date": "ignore",
"from": "2024-01-01",
"to": "2024-02-01"
}
{
"keywords": ["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:

  • ignore
  • last-1-day
  • last-3-days
  • last-1-week
  • last-2-weeks
  • last-1-month
  • last-2-months
  • last-3-months
  • last-6-months
  • last-1-year

Note: Use ignore if you want to rely exclusively on the from / to date range instead.


from

Start date for filtering results.

{
"from": "2024-01-01"
}
  • Must be a valid date string.
  • Only effective when date is set to ignore or when the date property is not provided at all.

to

End date for filtering results.

{
"to": "2024-03-01"
}
  • Must be a valid date string.
  • Only effective when date is set to ignore or when the date property is not provided at all.

limit

Result limit

{
"limit": "100"
}

Output

The Actor returns a dataset with the following fields:

FieldDescription
channel_nameThe name of the channel
keywordThe queried keyword
short_urlURL of the short on Youtube

Notes on Date Filtering Behavior

  • If dateignore, it overrides from and to.
  • If date = ignore, the Actor uses the from / to range.
  • If no date filters are provided, the Actor defaults to returning results from the last 6 months.