# Check how your brand ranks on Baidu

**Use case:** 

Check your brand's Baidu rankings for any keyword. Returns every organic result with position, title, URL, and snippet for China SEO reporting.

## Input

```json
{
  "query": "特斯拉",
  "device": "desktop",
  "localization": 1,
  "page": 1,
  "num_results": 10,
  "max_pagination": 1
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "device": {
    "label": "Device"
  },
  "page": {
    "label": "Starting Page"
  },
  "pages_processed": {
    "label": "Pages Fetched"
  },
  "organic_results": {
    "label": "Organic Results"
  }
}
```

## About this Actor

This example demonstrates how to use [百度  Baidu - Cost-Effective Baidu Search Scraper](https://apify.com/johnvc/baidu-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/baidu-search-scraper) to learn more, explore other use cases, and run it yourself.