Linkedin Keyword Posts Urls Scraper
Pricing
$1.00 / 1,000 results
Go to Apify Store

Linkedin Keyword Posts Urls Scraper
Scrapes Linkedin posts URLs related to a given keyword
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer
Abdulrahman
Maintained by Community
Actor stats
1
Bookmarked
27
Total users
10
Monthly active users
12 hours
Issues response
12 hours ago
Last modified
Categories
Share
Linkedin Keyword URLs Scraper
This Actor scrapes Linkedin posts URLs that are related to specific keyword.
Input
Provide a list of keywords in the following formats:
{"keywords": ["programming", "php"]}
{"keywords": ["programming", "php"],"date": "last-3-months"}
{"keywords": ["programming", "php"],"date": "ignore","from": "2024-01-01","to": "2024-02-01"}
{"keywords": ["programming", "php"],"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-1-weeklast-1-monthlast-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.
Output
The Actor returns a dataset with the following fields:
| Field | Description |
|---|---|
author_name | The Auhtor name |
keyword | The queried keyword |
post_url | URL of the post on Linkedin |
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.