Scrapingdog

Local Ads

Local ads display promoted business listings with ratings, reviews, and contact information. Each item in the local_ads array represents one local advertisement.

Endpoint: https://api.scrapingdog.com/google

API Response

API result preview
API Response
{
  "local_ads": [
    {
      "position": 1,
      "title": "Plumbing NYC",
      "place_id": "7990007305450457777",
      "rating": "4.8",
      "reviews": "54",
      "address": "4.8(54) · Plumber",
      "hours": "20+ years in business · New York, NY",
      "links": {
        "website": "https://plumbingnyc.com/"
      }
    },
    {
      "position": 2,
      "title": "RR Plumbing Roto-Rooter",
      "place_id": "13752878844022090262",
      "rating": "4.8",
      "reviews": "1.5K",
      "address": "4.8(1.5K) · Plumber",
      "hours": "90+ years in business · New York, NY",
      "links": {
        "website": "https://www.rotorooter.com/manhattan/"
      }
    },
    {
      "position": 3,
      "title": "Taylor Group Plumbing, Heating, Mechanical & Sprinkler",
      "place_id": "12177334563155319308",
      "rating": "4.7",
      "reviews": "319",
      "address": "4.7(319) · Plumber",
      "hours": "New York, NY",
      "links": {
        "website": "https://taylorgroupplumbing.com/"
      }
    }
  ]
}