Paid Result

Description: Displays sponsored advertisements and paid listings that appear at the top or bottom of search results.

API Response Structure:

{
  "ads": [
    {
      "title": "Professional SEO Services | Top Rated Agency",
      "description": "Expert SEO services to boost your rankings. Free consultation available.",
      "link": {
        "url": "https://example.com/seo-services",
        "displayUrl": "example.com/seo",
        "title": "SEO Services"
      },
      "phoneNumber": "+1-555-123-4567",
      "extensions": {
        "sitelinks": [
          {
            "text": "About Us",
            "url": "https://example.com/about"
          }
        ],
        "callouts": ["24/7 Support", "Free Consultation"],
        "snippets": ["Rated 4.9/5", "10+ Years Experience"]
      },
      "position": 1
    }
  ],
  "type": "paidResult"
}

Fields:

  • ads (array): List of advertisements

    • title (string): Ad headline

    • description (string): Ad text

    • link (object): URL information

    • phoneNumber (string): Contact number

    • extensions (object): Additional ad features

    • position (number): Ad position

  • type (string): Always "paidResult"