Data Sources

Overview

The Data Sources resource is a GET only resource that provides a list of all the data sources Reply Pro supports. The names and ID's provided from this endpoint are static and will not change. Currently there are 64 unique data sources that Reply Pro supports.

https://ad1.replypro.io/api/public/data_sources
{
  "count": 64,
  "next": "https://ad1.replypro.io/api/public/data_sources?page=2",
  "previous": None,
  "results": [
    {
      "id": 1,
      "name": "Google"
    },
    {
      "id": 2,
      "name": "Yelp"
    },
  ]
}

Available sources:

{
  1: "Google",
  2: "Yelp",
  3: "Yellow Pages",
  4: "Zomato",
  5: "Foursquare",
  6: "Cars.com",
  7: "Facebook",
  8: "Houzz",
  9: "Dealerrater",
  10: "Edmunds",
  11: "Repair Pal",
  12: "Car Gurus",
  13: "Better Business Bureau",
  14: "Priceline",
  15: "Travelocity",
  16: "Orbitz",
  17: "Hotels",
  18: "Trip Advisor",
  19: "Pet Insurance Review",
  20: "Open Table",
  21: "Hotwire",
  22: "Expedia",
  23: "Booking",
  24: "Trust Pilot",
  25: "Twitter",
  26: "Instagram",
  27: "Beer Advocate",
  28: "Rate Beer",
  29: "Amazon",
  30: "JcPenny",
  31: "Home Depot",
  32: "ATG Stores",
  33: "All Modern",
  34: "Overstock",
  35: "Wayfair",
  36: "Rugs USA",
  37: "Incredible Rugs and Decor",
  38: "Buy Area Rugs",
  39: "Walmart",
  40: "Hayneedle",
  41: "Rugs Direct",
  42: "Skytrax",
  43: "Mouthshut",
  44: "Kayak",
  46: "Play Store",
  47: "Health Grades",
  48: "RateMDs",
  49: "Vitals",
  50: "ZocDoc",
  51: "SureCritic",
  52: "Apartment Guide",
  53: "Apartments.com",
  54: "Apartment Ratings",
  55: "HP",
  56: "Best Buy",
  57: "Staples",
  58: "Office Depot",
  59: "Target",
  60: "B&H Photo Video",
  61: "Product Review",
  62: "Jet",
  63: "Indeed",
  64: "Truelocal",
  65: "Dimmi",
  66: "Branch Spot",
  67: "The Fork",
  68: "Thuisbezorgd",
  69: "Bonchef",
  70: "My Bank Tracker",
  71: "Dineout",
  72: "Just Dial",
  73: "Eazy Diner",
  74: "Book a Table",
  75: "Ezcater",
  76: "Carfax",
}

What’s Next