Paid Local Business

Description: Sponsored local business listings with enhanced information and promotional content.

API Response Structure:

{
  "items": [
    {
      "title": "Business Name",
      "promotion": {
        "text": "Special Offer: 20% Off",
        "validUntil": "2023-08-31",
        "code": "SAVE20"
      },
      "contact": {
        "address": "123 Main St",
        "phone": "(555) 123-4567",
        "website": "https://example.com"
      },
      "hours": {
        "today": "9 AM - 9 PM",
        "isOpen": true
      },
      "highlights": [
        "Free Parking",
        "WiFi Available",
        "Wheelchair Accessible"
      ],
      "adBadge": "Sponsored",
      "cta": {
        "text": "Book Now",
        "url": "https://example.com/book"
      }
    }
  ],
  "type": "paidLocalBusiness"
}

Fields:

  • items (array): Business listings

    • title (string): Business name

    • promotion (object): Current offers

    • contact (object): Contact information

    • hours (object): Operating hours

    • highlights (array): Key features

    • adBadge (string): Advertisement label

    • cta (object): Call-to-action button

  • type (string): Always "paidLocalBusiness"