Hey everyone
I'm building a Clay table for an estate agents ICP workflow
and need to verify branch counts for companies using
a directory website.
The challenge: The directory search requires filling out a
multi-field form (location + agent name) and clicking
"Start Search" before results load, so I can't just pass
a direct URL to Claygent.
I tried two approaches that didn't work reliably:
1. Direct URL with search query parameter
2. Routing via Google
Both returned mostly 0s or unreliable counts.
- Is there a direct URL pattern that bypasses the form?
- Is there a Claygent prompt that can interact with the form?