# Search Baidu by API without a Chinese number

**Use case:** 

Search Baidu with no Chinese phone number or local account. One call returns organic results with rank, title, link, and snippet as clean JSON.

## Input

```json
{
  "query": "machine learning",
  "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.