# Yahoo Marketing Search Results Extractor

**Use case:** 

Extract organic and paid search results from Yahoo for any keyword. Receive key details including titles, descriptions, and URLs.

## Input

```json
{
  "Keyword": "marketing",
  "Country": "www",
  "Limit": "0",
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "Detail_Link": {
    "label": "Detail_Link",
    "format": "text"
  },
  "source": {
    "label": "source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yahoo Search Results Scraper](https://apify.com/bhansalisoft/yahoo-search-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bhansalisoft/yahoo-search-results-scraper) to learn more, explore other use cases, and run it yourself.