---
type: flow
format: 1
id: people-on-this-page
name: People on this page
description: Open a URL and add the people on it. Point start at a page that already lists people.
start: "https://www.producthunt.com/"
steps:
  - type: open
    label: Open the page
    url: "https://www.producthunt.com/"
  - type: extract
    label: Add people
    collect: dom
    instruction: People on this page with a profile link.
heal:
  expectMinPeople: 1
  success: Named people with profile links.
  notes: Point start at a page that already lists people.
---
