---
type: flow
format: 1
id: x-founders-crm
name: Founders posting about CRMs
description: X Latest search. Add authors, then keep bios that say founder or building.
start: "https://x.com/search?q=crm%20founder&f=live"
steps:
  - type: open
    label: Open X Latest
    url: "https://x.com/search?q=crm%20founder&f=live"
  - type: paginate
    label: Add authors from Latest
    times: 4
    limit: 24
    collect: dom
    instruction: Authors of posts in this search.
  - type: visit_profiles
    label: Keep founders
    urlIncludes: x.com
    page:
      - type: extract
        label: Read the X profile
        collect: dom
      - type: keep
        label: Keep if the bio says founder or building
        keep: match
        instruction: Bio says founder, building, or maker.
heal:
  expectMinPeople: 3
  success: People from the Latest search whose bios sound like founders.
  notes: The query lives in start. Change q= to hunt something else.
---
