# Find Los Angeles Sushi Restaurants on Resy

**Use case:** 

Find sushi restaurants in Los Angeles and export Resy venue details, neighborhoods, ratings, price ranges, images, and booking links.

## Input

```json
{
  "maxItems": 100,
  "city": "Los Angeles",
  "cuisine": "Sushi",
  "includeAvailability": false,
  "partySize": 2
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "urlSlug": {
    "label": "URL Slug",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "locality": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "array"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "number"
  },
  "currencyCode": {
    "label": "Currency Code",
    "format": "text"
  },
  "currencySymbol": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "maxPartySize": {
    "label": "Max Party Size",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "collections": {
    "label": "Collections",
    "format": "array"
  },
  "waitlistAvailable": {
    "label": "Waitlist Available",
    "format": "boolean"
  },
  "waitlistLabel": {
    "label": "Waitlist Label",
    "format": "text"
  },
  "reopenDate": {
    "label": "Reopen Date",
    "format": "date"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locationCode": {
    "label": "Location Code",
    "format": "text"
  },
  "slots": {
    "label": "Slots",
    "format": "array"
  },
  "slotCount": {
    "label": "Slot Count",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "address2": {
    "label": "Address 2",
    "format": "text"
  },
  "crossStreet": {
    "label": "Cross Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "averageSpend": {
    "label": "Avg Spend",
    "format": "text"
  },
  "averageSpendAmount": {
    "label": "Avg Spend ($)",
    "format": "number"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "array"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "googlePlaceId": {
    "label": "Google Place ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "venueGroup": {
    "label": "Venue Group",
    "format": "text"
  },
  "minPartySize": {
    "label": "Min Party Size",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "timeZone": {
    "label": "Timezone",
    "format": "text"
  },
  "metaDescription": {
    "label": "Meta Description",
    "format": "text"
  },
  "foursquareId": {
    "label": "Foursquare ID",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "largePartyMessage": {
    "label": "Large Party Message",
    "format": "text"
  },
  "announcement": {
    "label": "Announcement",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Resy Scraper - Restaurants & Real-Time Availability](https://apify.com/clearpath/resy-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/resy-api) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/resy-api.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
