Product Hunt Scraper avatar
Product Hunt Scraper

Pricing

$10.00/month + usage

Go to Store
Product Hunt Scraper

Product Hunt Scraper

Developed by

Michael G

Michael G

Maintained by Community

Scrape data on products and their team members from Product Hunt, which features new launches every day.

5.0 (12)

Pricing

$10.00/month + usage

25

Total users

99

Monthly users

26

Runs succeeded

>99%

Issues response

8.4 hours

Last modified

a day ago

maximedupre avatar

It's adding commenters as team members

Closed

Maxime (maximedupre) opened this issue
12 days ago

I get a bunch of results where there is not supposed to be a second team member, but it shows a commenter instead.

Also why is the limit 2 team members? Would be great to be able to specify more.

maximedupre avatar

E.g. here it used a commenter as the maker

{
"url": "https://www.producthunt.com/products/youware",
"product_name": "YouWare",
"short_description": "World's first vibe coding community",
"long_description": "Build, Share, Inspire, All Welcome. YouWare is a buzzing vibe coding community packed with AI-powered tools. Join 100K+ creators and 300K+ projects to get inspired and snag feedback. Need some inspiration? Check out these community-built projects!",
"categories": [
"Productivity",
"Artificial Intelligence",
"No-Code"
],
"team_member_1_name": "Zac Zuo",
"team_member_1_title": "Flowtica & AI Frontiers",
"team_member_1_about": "👋 Hey! I'm a maker building at the intersection of voice AI and productivity. I believe our best ideas often emerge when we're speaking freely, and that technology should adapt to us, not the other way around.\n\nSo I'm creating Flowtica, an AI voice assistant that helps you capture your spoken thoughts and transform them into organized tasks and notes. It's all about staying in the flow and letting your ideas take shape naturally.\n\nI'm also deeply immersed in the broader AI landscape, always on the lookout for new models, techniques, and applications. Excited to share the most promising and impactful projects I find with the community!\n\nLet's chat about AI, productivity, and the future of us! 🌐",
"team_member_1_links": [
"https://flowtica.ai/?utm_source=producthunt&utm_medium=referral&utm_campaign=producthunt_profile_zac",
"https://www.linkedin.com/in/zaczuo/",
"https://x.com/zaczuo"
],
"team_member_1_interests": null,
"team_member_1_link": "https://www.producthunt.com/@zaczuo",
"team_member_1_identifier": "@zaczuo",
"team_member_1_role": "Hunter",
"team_member_2_name": "Niki",
"team_member_2_title": "Building YouWare",
"team_member_2_about": "Product manager at YouWare.",
"team_member_2_links": [
"https://www.youware.com/profile/r4231xouowo9yse7hvfi1cxmgcl2",
"https://x.com/niki2ai"
],
"team_member_2_interests": null,
"team_member_2_link": "https://www.producthunt.com/@niki2ai",
"team_member_2_identifier": "@niki2ai",
"team_member_2_role": "Maker",
"website": "https://www.youware.com/?utm_source=producthunt",
"upvotes": 253,
"launch_date": "2025-07-22T00:01:00-07:00"
}
michael.g avatar

Hi, thanks for reaching out!

The product YouWare (https://www.producthunt.com/products/youware) actually has four team members, as mentioned in the link: Zac Zuo - Hunter, Niki - Maker, Vio You - Maker, and Leon Ming - Maker.

The code handles everything correctly, so why did you think one of them is a commentator?

We only have two team members for now because having more would really slow down the scraper. But we plan to add more, so stay tuned! Do you have any other questions?

Have a good day and a great mood!

maximedupre avatar

Oh yeah sorry! I thought team members were supposed to be only makers, but you include the hunter. Cheers!