Product Hunt Profile Scraper
Go to Store
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsProduct Hunt Profile Scraper
kuaima/producthunt-profile
This scraper can help you to get public profile data of Product Hunt users.
Product Hunt Profile
This scraper can help you to get public profile data of Product Hunt users like following
And get data like
the detail data json like
1[ 2 { 3 id: "secureframe", 4 cover: 5 "https://ph-files.imgix.net/84ed2728-0087-4906-8bb8-4d56e608fb4d.png", 6 title: "Secureframe", 7 url: "https://www.producthunt.com/products/secureframe", 8 description: "Automated security & privacy compliance (SOC 2/ISO 27001)", 9 author: "Shrav Mehta", 10 avatar: "https://ph-avatars.imgix.net/37455/original", 11 author_url: "https://www.producthunt.com/@shravvmehtaa", 12 }, 13];
and profile data in apify dataset like following
1[ 2 { 3 id: "shravvmehtaa", 4 title: "Shrav Mehta", 5 avatar: "https://ph-avatars.imgix.net/37455/original", 6 description: "CEO at Secureframe - We're Hiring!", 7 uid: "37455", 8 follower_count: "860", 9 following_count: "5", 10 points: "771", 11 url: "https://www.producthunt.com/@shravvmehtaa", 12 }, 13];