Search App Store
for the greater good
API
Fast and Reliable
Realtime
Immediate data Access
Flexible Pricing
Suits any Budget
Web App
Online Dashboard
Desktop App
(coming soon)
Simple yet Powerful
Intuitive API design
> $ curl "srch.store/api/search/hints?request=abc&country=us&key=<API_KEY>"
{
"status": "success",
"data": [
"abc mouse",
"abc",
"abc sports",
...
"abc games"
]
}
> $ curl "srch.store/api/app/rating?id=880047117&country=us&key=<API_KEY>"
{
"status": "success",
"data": [
676,
476,
1208,
5486,
170560
]
}
> $ curl "srch.store/api/search?request=angry%20birds&country=us&key=<API_KEY>"
{
"status": "success",
"data": [
"880047117",
"555936735",
"869231055",
...
"6446245237"
]
}
See documentation for details
Flexible Pricing
Suitable for projects of any scale
$ 50
Pay As You Go
No monthly commitment
10k Requests
10 requests per minute
5 seconds delay
Search & Reviews APIs
$ 150
/mo
Basic
Best to begin with
50k Requests / month
1 request per second
No delay
Full API access
$ 450
/mo
Advanced
For larger-scale tasks
200k Requests / month
2 requests per second
No delay
Full API access
For custom plan contact support.
FAQ
Frequently asked questions
What data do you provide?
We provide access to search, review, rating, details, hints and several other API endpoints. Please, refer to documentation for more info.
How frequently do you update your dataset?
Our website demonstrational search entry uses cached data that is updated couple times a day. Our API is realtime.
Is it legal?
Yes, we fully comply with GDPR and CCPA regulations. All data is ethically sourced and collected transparently and legally. No sensitive private information is stored on our servers.
How do I use your service?
We use HTTP protocol for data transfer and JSON format for result file. Please, refer to documentation for detailed info and usage examples.