Billing & Usage
Estimate Search Cost
See how many jobs a search or export would return, and therefore bill, without spending any allowance
POST
Estimate Search Cost
Returns the number of jobs a query would consume from your jobs allowance:
min(limit, total matches) — the same rule Export Jobs bills by. The estimate itself costs 0 and keeps working after you hit a plan cap, so you can size a query before spending on it.
Endpoint
Request Body
Accepts exactly the same body as Search Jobs: every filter pluspage and limit. Omit limit to estimate the cost of exporting every match.
Response
number
Jobs that would be charged:
limit when the query matches at least that many, otherwise the total match count. With no limit, the total match count.