Autom

Credits

Credit cost per API endpoint for Autom.

Each API call consumes credits from your account based on the endpoint cost. The table below lists every endpoint and its cost per successful request.

Account balances

Your account tracks two separate balances:

API quota combines your subscription allowance (renewed each billing period) and any remaining one-time top-ups. Subscription quota resets each billing period; top-ups are purchased once and consumed over time—they do not reset monthly. Calls consume subscription quota first, then top-ups.

Extra credits are a separate balance used only after API quota (subscription + top-ups) is fully exhausted. They do not reset monthly. You may receive them from onboarding rewards or manual extra-credit purchases.

Monitor both balances from the Usage endpoint or your dashboard sidebar. See the Glossary for full definitions.

Synchronous calls are billed on 200. Asynchronous calls (is_async=true) return 202 (not billed) and are billed when the job completes successfully — recorded as 201 in your request logs. Polling GET /jobs/{job_id} is always free. Failed jobs (500) are never billed. 404 billing varies by endpoint (check each endpoint page). All other 4xx/5xx responses are free.

EndpointMethodPathCredits
Bing SearchGET/v1/bing/search1
Brave SearchGET/v1/brave/search1
Google CountriesGET/v1/finder/google-countries0
Google ImagesGET/v1/google/images1
Google JobsGET/v1/google/jobs1
Google LanguagesGET/v1/finder/google-languages0
Google LocationsGET/v1/finder/google-locations0
Google MapsGET/v1/google/maps1
Google NewsGET/v1/google/news1
Google SearchGET/v1/google/search1
Google Search AutocompleteGET/v1/google/search/autocomplete1
Google Search LightGET/v1/google/search/light1
Google ShoppingGET/v1/google/shopping1
Google VideosGET/v1/google/videos1
StatsGET/v1/stats0
UsageGET/v1/usage0

On this page