# Find New York restaurant public contacts

**Use case:** 

Collect a bounded restaurant contact list for New York with public phones, websites and available contact fields. Review source coverage before outreach.

## Input

```json
{
  "targetingMode": "search",
  "searchQuery": "restaurant",
  "locationQuery": "New York, USA",
  "maxPlaces": 10,
  "maxPlacesPerSearch": 20,
  "moreSearchQueries": [],
  "moreLocations": [],
  "directPlaceTargets": [],
  "language": "en",
  "countryCode": "US",
  "websitePresence": "any",
  "minimumRating": 0,
  "categoryKeywords": [],
  "nameMustInclude": "",
  "skipClosedPlaces": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "category": {
    "label": "Primary category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "Search location",
    "format": "string"
  },
  "phonePublic": {
    "label": "Public phone",
    "format": "string"
  },
  "phones_csv": {
    "label": "Phones csv",
    "format": "string"
  },
  "emails_csv": {
    "label": "Emails csv",
    "format": "string"
  },
  "primaryContactMethod": {
    "label": "Primary contact method",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps link",
    "format": "string"
  },
  "placeId": {
    "label": "Google place ID",
    "format": "string"
  },
  "cid": {
    "label": "Google CID",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "contactPageUrl": {
    "label": "Contact page",
    "format": "string"
  },
  "contactFormDetected": {
    "label": "Contact form found",
    "format": "boolean"
  },
  "socialProfiles_csv": {
    "label": "Social profiles csv",
    "format": "string"
  },
  "contactDataConfidence": {
    "label": "Contact confidence",
    "format": "string"
  },
  "contactDataQualityScore": {
    "label": "Contact data quality score",
    "format": "number"
  },
  "priorityTier": {
    "label": "Priority tier",
    "format": "string"
  },
  "actionPriorityScore": {
    "label": "Action priority score",
    "format": "number"
  },
  "recommendedOfferType": {
    "label": "Suggested offer",
    "format": "string"
  },
  "whyNow": {
    "label": "Why now",
    "format": "string"
  },
  "outreachOpeningLine": {
    "label": "Outreach opening line",
    "format": "string"
  },
  "doNotClaim": {
    "label": "Do not claim",
    "format": "string"
  },
  "manualReviewRecommended": {
    "label": "Manual review recommended",
    "format": "boolean"
  },
  "coverageStatus": {
    "label": "Coverage status",
    "format": "string"
  },
  "coverageStopReason": {
    "label": "Coverage stop reason",
    "format": "string"
  },
  "discoveryDuplicateCount": {
    "label": "Duplicates merged",
    "format": "number"
  },
  "sourceName": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Contact Leads: Emails, Phones & Websites](https://apify.com/luminar/google-maps-contact-website-opportunity-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/luminar/google-maps-contact-website-opportunity-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/luminar/google-maps-contact-website-opportunity-leads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
