๐๐ LinkedIn Post Creation Date
Pricing
from $3.99 / 1,000 results
๐๐ LinkedIn Post Creation Date
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
ScrapeFlow
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ LinkedIn Post Creation Date Extractor
Instantly reveal the exact creation date and time of any public LinkedIn post โ no login, no scraping headaches, no anti-bot rabbit holes. Just paste a URL, run, and get a precise UTC timestamp down to the millisecond.
โญ Why Choose Us?
- โก Lightning fast โ decoding is offline math; results in milliseconds per URL.
- ๐ Bulk friendly โ paste hundreds of URLs at once.
- ๐ก๏ธ Smart proxy fallback โ starts direct, escalates to datacenter, then residential only when LinkedIn pushes back.
- ๐ชถ Lightweight โ no headless browser, no Playwright overhead.
- ๐ง Robust โ handles
/posts/..., feed updates, and rawurn:li:activity:...formats. - ๐พ Live saving โ every result is pushed to the dataset as soon as it's ready.
โจ Key Features
- ๐ Accepts LinkedIn post URLs and activity URNs
- ๐
Returns precise UTC
creation_date, ISO date, and millisecond timestamp - ๐ Optional URL reachability check
- ๐ก๏ธ Direct โ datacenter โ residential proxy escalation (sticky after fallback)
- ๐ Configurable retries with exponential backoff
- ๐ Rich dataset view with column labels and emoji headers
- ๐ชต Engaging real-time logs that show progress per URL
๐ฅ Input
{"urls": [{ "url": "https://www.linkedin.com/posts/fredericjousset_chaque-jour-avec-la-m%C3%AAme-r%C3%A9gularit%C3%A9-implacable-activity-7218859278495813634-nG42" }],"validateUrl": true,"proxyConfiguration": { "useApifyProxy": false }}
| Field | Type | Description |
|---|---|---|
urls | array | LinkedIn post URLs or activity URNs (bulk supported) |
validateUrl | boolean | Whether to also confirm the URL is reachable |
proxyConfiguration | object | Apify proxy settings; defaults to no proxy |
๐ค Output
{"url": "https://www.linkedin.com/posts/fredericjousset_chaque-jour-avec-la-m%C3%AAme-r%C3%A9gularit%C3%A9-implacable-activity-7218859278495813634-nG42","activity_id": "7218859278495813634","creation_date": "2024-07-16 06:09:31.913000","creation_date_iso": "2024-07-16T06:09:31.913000+00:00","creation_timestamp_ms": 1721110171913,"url_reachable": true,"http_status": 200,"proxy_used": "direct","success": true,"error": null}
| Field | Description |
|---|---|
url | Original input URL |
activity_id | LinkedIn 19-digit activity ID |
creation_date | Human-readable UTC date YYYY-MM-DD HH:MM:SS.ffffff |
creation_date_iso | ISO 8601 datetime |
creation_timestamp_ms | Unix timestamp in milliseconds |
url_reachable | true/false/null (when validation disabled) |
http_status | HTTP status of the validation request |
proxy_used | direct, datacenter, or residential |
success | Did the timestamp decode succeed |
error | Error string if any |
๐ How to Use (Apify Console)
- Log in at console.apify.com โ Actors.
- Open LinkedIn Post Creation Date Extractor.
- Paste your LinkedIn URLs in the URLs field.
- (Optional) Toggle Validate URL off for offline-only decoding.
- Click Start.
- Watch the real-time logs.
- Open the Output tab when the run completes.
- Export results to JSON / CSV / XLSX.
๐ค Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"urls": [{"url": "https://www.linkedin.com/posts/fredericjousset_activity-7218859278495813634-nG42"}],"validateUrl": false}'
๐ก๏ธ Proxy Strategy
The actor begins with no proxy to keep latency low. If LinkedIn returns a blocking status (403, 407, 429, 451, 503) or a network error occurs, it escalates:
- ๐ข Direct โ first attempt
- ๐ก Datacenter (Apify proxy) โ fast fallback
- ๐ด Residential โ last resort, retries up to 3 times with exponential backoff
Once the actor falls back, it stays on the higher tier (sticky) for the rest of the run โ no flapping.
๐ก Best Use Cases
- ๐ฐ Newsroom verification โ confirm post timing for citations
- ๐ Marketing analytics โ line up campaign posts with engagement
- ๐ OSINT and research โ establish when a public post first appeared
- ๐๏ธ Archival โ keep a historical index of posts with exact timestamps
๐ธ Pricing
This actor uses the pay-per-event model. You pay only for what you decode.
| Event | When charged |
|---|---|
apify-actor-start | Once when a run begins (synthetic, configured in Console) |
result-item | Each successfully resolved post (a creation_date was decoded) |
Failed lookups (e.g. malformed URLs) are not billed.
โ Frequently Asked Questions
Q: Do I need to log in to LinkedIn? A: No. The creation date is encoded inside the activity ID, which is public.
Q: Does it work with private posts? A: As long as the URL contains a numeric activity ID, yes โ the timestamp is decoded mathematically, no fetch needed.
Q: Will I get rate-limited? A: With validation off, no requests are sent at all. With validation on, the actor escalates through proxy tiers automatically.
Q: What if a URL has no activity ID?
A: It's pushed to the dataset with success: false and error: "no activity id found" so you can audit it.
๐ฌ Support and Feedback
Open an issue or contact the maintainer via the Apify Store listing. Feedback welcome ๐ฌ.
โ๏ธ Legal
- Only public, anonymously-accessible URLs are processed.
- The end user is responsible for compliance with LinkedIn's Terms of Service, GDPR, CCPA, and other applicable laws.
- The actor never logs in, never bypasses auth walls, never accesses private content.