GS Store API

Play Store keyword ranking data service

All endpoints require  Authorization: Bearer <token>
POST /api/data/bulk/

Bulk insert keyword records directly into the database.

body[{"keyword","data":[],"date"}] param?country=in param?lang=en
POST /api/data/query/

Query cached records for today by keyword list. No external requests.

body["keyword1","keyword2"] param?country=in param?lang=en
GET /api/data/search/

Single keyword lookup. Checks DB cache first; if missing fetches from Play Store — original keyword results first, dots variant merged after (duplicates removed). Stores app IDs when results > 31.

param?keyword=instagram param?country=in param?lang=en
POST /api/data/search/

Bulk keyword lookup (10 threads). Checks DB cache first; fetches missing keywords from Play Store concurrently — original results first, dots variant merged after (duplicates removed). Stores app IDs when results > 31.

body["keyword1","keyword2"] param?country=in param?lang=en