documentation.

master the art of lead generation with our advanced search architecture.

the three-box architecture

0dayleads uses a powerful "net, sieve, and brain" architecture. instead of writing one massive, unreliable search query that breaks data sources like reddit, we split your search into three distinct steps: the target topic, the advanced filter, and the ai intent filter.

box 1

target topic (the net)

this is the broad net we throw into the ocean. you should keep this as simple and broad as possible. it is hard-capped at 100 characters to ensure we never crash the upstream apis.

examples
  • good: saas
  • good: nextjs developer
  • bad: looking for a saas developer who knows nextjs and react
box 2

advanced filter (the sieve)

this is where the magic happens. once we pull thousands of raw results using your target topic, we run them through your advanced filter locally on our servers. this allows you to write massive, complex boolean logic queries without any api restrictions.

boolean operators
AND requires both terms to be present.
OR requires at least one term to be present.
NOT excludes posts containing this term.
( ) groups logic together for complex rules.
real world example
(looking OR hiring OR need) AND (developer OR engineer) NOT (intern OR junior)
note: advanced filters are only available on starter, pro, business, and enterprise plans.
box 3

ai intent filter (the brain)

the final stage of the pipeline. even after boolean filtering, you may still get false positives. the ai intent filter takes the remaining posts and analyzes them using an advanced ai model to determine if the author actually intends to buy or use your product.

custom ai instructions

you can write plain-english instructions for the ai to follow. tell it exactly what constitutes a "high quality" lead for your specific business.

"only approve this post if the user is actively asking for a saas boilerplate or a nextjs starter kit. ignore people just sharing their own projects."
note: ai intent filtering is only available on pro, business, and enterprise plans.