Skip to main content

Google Maps Spend

info

This returns the spend rate for a card based on the Google Maps business name or category name

HTTP REQUEST
GET /creditcard-spend-googlemaps/{cardKey}/{googleMapsBusinessName}/{googleMapsCategoryName}
RESPONSE
[
{
"cardKey": "amex-hilton",
"cardName": "Hilton Honors",
"cardIssuer": "American Express",
"earnRate": 5.0,
"isBonusRate": 1,
"baseSpendAmount": 3.0,
"baseSpendEarnType": "Hilton Honors",
"baseSpendEarnCurrency": "points",
"googleMapsBusinessName": "Town & Country Market Shoreline",
"googleMapsCategoryName": "Grocery store"
}
]

Response Attributes

NAMETYPEDESCRIPTION
cardKeystringRewards Credit Card API unique card key
cardNamestringName of credit card
cardIssuerstringIssuing bank
earnRatenumberPoints earned per dollar spend
isBonusRatebitIs the rate higher than the base rate? (0=no, 1=yes)
baseSpendAmountnumberBase points earned per dollar spend
baseSpendEarnTypestringRedemption program (e.g. American AAdvantage)
baseSpendEarnCurrencystringSpend earning currenty type (rewards, miles, cashback, crypto, points)
googleMapsBusinessNamestringGoogle Maps business name
googleMapsCategoryNamestringGoogle Maps category/primaryType

Notes

  • earnRate is approximate and can very from bank to bank as well as how the business is cateogorized

Path Parameters

NAMETYPEDESCRIPTIONREQUIRED
cardKeystringunique Rewards CC key IDYes
businessNamestringGoogle Maps business nameYes
categoryNamestringGoogle Maps category/primaryTypeYes

Notes

  • businessName and categoryName must be URL encoded
  • All three parameters are required
  • In the image below the parameter values
    • cardKey: amex-hilton
    • businessName: Town%20%26%20Country%20Market%20Shoreline
    • categoryName: Grocery%20store

Google Maps Business Page

gmaps

Google Maps API

RESPONSE
[
{
"id": "ChIJw7F5Gd8QkFQRFFAvvucJr94",
"displayName": {
"text": "Town & Country Market Shoreline",
"languageCode": "en"
},
"primaryTypeDisplayName": {
"text": "Grocery Store",
"languageCode": "en-US"
}
}
]

Data Source(s)

Bank websites, Google Maps