Repeat checks

Watchlists agents can refresh without rebuilding the query.

Saved queries for jobs that keep coming back. Create the watchlist once, keep the monitor token, and pay only when the next refresh is worth running. Choose it when stale data is the real problem: new local listings, rent changes, price drops, complaint drift, or companies that started hiring again.

Examples

Jobs this department covers

2 live SKUs

Endpoints in this department

Dynamic routes show a starting price first. After the caller sends the intended input, CrowdPull returns the exact x402 amount, so tiny tests stay cheap and larger runs still pay for the backend work.

Monitoring · Monitor

CrowdPull Watchlist

Create a watchlist token for a repeated marketplace, rental, review, or hiring check. Store the token once, then pay only when refreshing it.

Price
from $0.29
Method
POST
Status
live

/api/monitors/watchlist

Open endpoint

Monitoring · Monitor Refresh

CrowdPull Watchlist Refresh

Refresh an existing CrowdPull watchlist and run the matching workflow again. The monitor token stays the same; each refresh is paid separately.

Price
from $0.09
Method
POST
Status
live

/api/monitors/refresh

Open endpoint

Machine route

Use the quote endpoint when the buyer is unsure

Post the rough goal to /api/quote. The response gives you the SKU, alternatives, price shape, and endpoint to call next.

{
  "goal": "daily used couch checks",
  "department": "monitoring",
  "budgetUsd": 0.25
}