Instagram Keyword Posts Urls Scraper avatar
Instagram Keyword Posts Urls Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
Instagram Keyword Posts Urls Scraper

Instagram Keyword Posts Urls Scraper

Scrapes Instagram posts URLs related to a given keyword

Pricing

$1.00 / 1,000 results

Rating

5.0

(1)

Developer

Abdulrahman

Abdulrahman

Maintained by Community

Actor stats

0

Bookmarked

56

Total users

18

Monthly active users

12 hours ago

Last modified

Share

Instagram Keyword URLs Scraper

This Actor scrapes Instagram posts URLs that are related to specific keywords.

Input

Provide a list of keywords in the following formats:

{
"keywords": ["paintoftheday", "travel", "fitness", "food"]
}
{
"keywords": ["paintoftheday", "travel", "fitness", "food"],
"date": "last-3-months"
}
{
"keywords": ["paintoftheday", "travel", "fitness", "food"],
"date": "ignore",
"from": "2024-01-01",
"to": "2024-02-01"
}
{
"keywords": ["paintoftheday", "travel", "fitness", "food"],
"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-1-week
  • last-1-month
  • 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.

Output

The Actor returns a dataset with the following fields:

FieldDescription
user_nameThe username of the post author
user_linkDirect link to the user’s Instagram profile
keywordThe queried keyword
post_urlURL of the keyword page on Instagram

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.