Repost-pain prospector
A role reposted for weeks is public proof a company cannot fill it. That is the exact moment an agency, a tool, or a fractional recruiter stops being a cost and becomes a rescue. This skill turns that moment into a call list with the proof attached.
Ask for it like this
- "Which companies in my patch cannot fill a sales role?"
- "Show me reposted engineering roles in the United Kingdom"
- "Build a rescue list for a recruitment agency in fintech"
How it works
- Get candidate companies:
GET /v1/reqs/search?role={role}&geo={country}&limit=25with headerX-API-Key(from$REQBEAT_API_KEY; never print it). - For each promising
company_id:GET /v1/companies/{id}/repost-pain. The response lists reposted reqs with dates. - Rank by pain: longest-running reposts first, then by
pulse.open_req_count(more open roles while one stays stuck = stretched team). - Empty
repost_painarray means no proof; drop the row rather than guessing.
Output format
| company | domain | stuck role | live since | reposts | open reqs | opener |
The opener column writes itself from the data: "Your [role] has been live since [date]. Want it closed by the 15th?" Every number in it must come from the response, dated.
Rules
- Only rows with actual repost evidence make the list. No inference from "feels senior" or "probably hard to fill".
- Skip rows with a null
company_domainunless the user wants them flagged asneeds-domain. - Filter out PSL-heavy household names when the user is an agency: they cannot bill them anyway.
- Report the pull timestamp and the exact query, so the list is reproducible.