Usage statistics
Getting usage statistics
You can find your usage statistics by sending a request to
GET https://api.serpmaster.com/stats
Adding ?group_by=month
to the end of the URL will give monthly stats, while adding ?group_by=day
will return daily numbers.
Seeing remaining requests
With each request you send to our service, we return the number of remaining requests in the response headers.
The header looks like this:
x-serpmaster-ratelimit-google-0304-remaining: 999
The sample header name above indicates that you currently have an active plan for Google results, there are 999 requests remaining in your subscription, and that the plan was initiated on the 4th of March.
Updated 4 months ago