# Extract Yelp Business Leads From a Search URL

**Use case:** 

Paste a Yelp search URL and get a business list back: name, categories, star rating, review count, and the place IDs for chaining. No install, pay per result.

## Input

```json
{
  "search_url": "https://www.yelp.com/search?find_desc=marketing+agency&find_loc=Austin%2C+TX",
  "search_term": "coffee",
  "location": "New York, NY",
  "yelp_domain": "www.yelp.com",
  "max_pages": 2
}
```

## Output

```json
{
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "search_timestamp": {
    "label": "Search timestamp"
  },
  "organic_results": {
    "label": "Organic results"
  }
}
```

## About this Actor

This example demonstrates how to use [Yelp Search API](https://apify.com/johnvc/yelp-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/yelp-search-api) to learn more, explore other use cases, and run it yourself.