Merchant Data API Reference
#
Fetching all available merchant typesSend a GET
request to https://console.datasutram.com/api/poi/allpoitypes?category=merchant
. All available #merchant types are returned in the response.
#
Merchant DataThe Merchant Acquisition API takes Location(Pincode only) and Merchant Types as required parameters and returns a list of Merchants, in paginated format. Other than these two parameters, for custom search - this API also accepts an array of coordinates for which either Radial Search(Merchants falling within the catchment) or Reverse Radial Search(Merchants falling outside the catchment and within the selected Pincode) around the coordinates. "limit" parameter is used to control the number of merchants per page, and "page" is used to control the response page number. Default value for "page" is 1, and "limit" is 10.
A table for reference to footfall values in response
Footfall Range | People Count |
---|---|
0 - 0.2 | 0 - 500 |
0.2 - 0.4 | 500 - 1000 |
0.4 - 0.6 | 1000 - 5000 |
0.6 - 0.8 | 1500 - 2000 |
0.8+ | 2000+ |
Send a POST
request to https://console.datasutram.com/api/acquisition/merchant-v3
to get Merchants using just the Pincode and the Merchant Types.
Response:
Add limit
and page
parameters to control the response as per the paginated format.
Response:
Send a POST
request to https://console.datasutram.com/api/acquisition/merchant-v3
to get Merchants using Coordinates.
Response