# Find the Best Restaurants in San Francisco on Yelp

**Use case:** 

Get ranked San Francisco restaurants from Yelp with name, categories, star rating, review count, and place IDs. Export to CSV, JSON, or Excel.

## Input

```json
{
  "search_term": "restaurants",
  "location": "San Francisco, CA",
  "yelp_domain": "www.yelp.com",
  "max_pages": 1
}
```

## 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.