Allows you to extract data about who viewed your linkedin profile (up to 90 days and after).
Allows you to extract data about who viewed your linkedin profile (up to 90 days and after). This actor is for FREE accounts (without Premium). Checkout our Apify actor for Linkedin Premium accounts.
The apify documentation has a tutorial on how to do it with screenshots, https://docs.apify.com/tutorials/log-in-by-transferring-cookies#export-your-cookies go to the export your cookies section
number_viewers | viewers_origin |
linkedin url | fullname |
title | viewed date |
mutual connections creation date |
Keys contains _ and not spaces
1{ 2 'miniprofile_id': str, 3 'tracking_id': str, 4 'anonym_who_viewed_suggestion': [ 5 {'number_viewers': str, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 6 {'number_viewers': str, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 7 ... 8 ], 9 'anonym_who_viewed': [ 10 {'number_viewers': int, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 11 {'number_viewers': int, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 12 ... 13 ], 14 'anonym_who_viewed_after_90d': [ 15 {'number_viewers': int, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 16 {'number_viewers': int, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 17 {'number_viewers': int, 'viewers_origin': str, 'viewers_origin_linkedin': str}, 18 ... 19 ], 20 'who_viewed': [ 21 {'fullname': str, 'title': str, 'linkedin': str, 'viewed_date_text': str, 'viewed_date': str, 'mutual_connections': str}, 22 {'fullname': str, 'title': str, 'linkedin': str, 'viewed_date_text': str, 'viewed_date': str, 'mutual_connections': str}, 23 {'fullname': str, 'title': str, 'linkedin': str, 'viewed_date_text': str, 'viewed_date': str, 'mutual_connections': str}, 24 ... 25 ] 26}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!