# Google News Mexico Economy & Business News Scraper

**Use case:** 

Scrape Mexico economy and business news from the Spanish Google News edition. Collect finance headlines, sources, links, and publish dates for MX markets.

## Input

```json
{
  "maxArticles": 10,
  "withDetails": true,
  "mode": "search",
  "query": "economía México when:7d",
  "topic": "TECHNOLOGY",
  "language": "es-419",
  "country": "MX"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "relatedCoverage": {
    "label": "Related Coverage",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google News Articles & Headlines Scraper](https://apify.com/scrapers_lat/google-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/google-news-scraper) to learn more, explore other use cases, and run it yourself.