Skip to main content

Google Maps Top Cards

info

This returns the top ten cards for a location based on the Google Maps business name or category name

HTTP REQUEST
GET /creditcard-spend-googlemaps-top-cards/{googleMapsBusinessName}/{googleMapsCategoryName}
RESPONSE
[
{
"cardKey": "amex-hiltonaspire",
"cardName": "Hilton Honors American Express Aspire",
"cardIssuer": "American Express",
"spendType": "Hilton Honors",
"earnMultiplier": 14.0,
"earnMultiplierValue": 7.0,
"spendBonusDesc": "14X points for eligible purchases at hotels and resorts in the Hilton portfolio",
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0.0,
"spendLimitResetPeriod": ""
},
{
"cardKey": "amex-biz-hilton",
"cardName": "Hilton Honors Business",
"cardIssuer": "American Express",
"spendType": "Hilton Honors",
"earnMultiplier": 12.0,
"earnMultiplierValue": 6.0,
"spendBonusDesc": "12X points per dollar for purchases made directly with hotels and resorts in the Hilton portfolio",
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0.0,
"spendLimitResetPeriod": ""
},
{
"cardKey": "amex-hiltonsurpass",
"cardName": "Hilton Honors American Express Surpass®",
"cardIssuer": "American Express",
"spendType": "Hilton Honors",
"earnMultiplier": 12.0,
"earnMultiplierValue": 6.0,
"spendBonusDesc": "12X points for eligible purchases at hotels and resorts in the Hilton portfolio",
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0.0,
"spendLimitResetPeriod": ""
},
{
"cardKey": "chase-freedomflex",
"cardName": "Chase Freedom Flex®",
"cardIssuer": "Chase",
"spendType": "Cash",
"earnMultiplier": 5.0,
"earnMultiplierValue": 5.0,
"spendBonusDesc": "Earn 5% on Hotels",
"limitBeginDate": "2024-04-01",
"limitEndDate": "2024-06-30",
"isSpendLimit": 1,
"spendLimit": 1500.0,
"spendLimitResetPeriod": "Quarter"
},
{
"cardKey": "greenstatecu-world",
"cardName": "GreenState Credit Union World Mastercard",
"cardIssuer": "GreenState Credit Union",
"spendType": "GreenState Rewards",
"earnMultiplier": 5.0,
"earnMultiplierValue": 5.0,
"spendBonusDesc": "5x points on hotels",
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0.0,
"spendLimitResetPeriod": ""
}
]

Response Attributes

NAMETYPEDESCRIPTION
cardKeystringRewards Credit Card API unique card key
cardNamestringName of credit card
cardIssuerstringIssuing bank
spendTypestringRedemption program (e.g. American AAdvantage)
earnMultipliernumberPoints/miles per dollar
earnMultiplierValuenumberPoints/miles per dollar valuation
limitBeginDatedateDate spend bonus begins
limitEndDatedateDate spend bonus ends
isSpendLimitbitIs there a spend limit? (0=no, 1=yes)
spendLimitnumberSpent limit amount if applies
spendLimitResetPeriodstringIf spend limit when the limit is reset (eg. Year)

Notes

  • Returns top five cards based on earnMultiplierValue
  • earnMultiplierValue is an approximate calculated based on the point valuation
    • A card earns 12 Hilton Honors per dollar. Hilton Honors are valued at .5 cents each - earnMultiplierValue would return a value of 6 (.5 * 12)
  • This endpoint not available through RapidAPI, only available wity a direct subscription from Rewards CC API

Path Parameters

NAMETYPEDESCRIPTIONREQUIRED
businessNamestringGoogle Maps business nameYes
categoryNamestringGoogle Maps category/primaryTypeYes

Notes

  • businessName and categoryName must be URL encoded
  • Both parameters are required
  • In the image below the parameter values
    • 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