# Discover New Blog Content from Industry Leaders

**Use case:** 

Pull new blog post URLs from leading industry websites' sitemaps to stay updated on emerging trends and competitor content. This helps you generate fresh conten

## Input

```json
{
  "startUrls": [
    {
      "url": "https://blog.hubspot.com/sitemap.xml"
    }
  ],
  "maxUrls": 1000,
  "followSitemapIndexes": true,
  "urlFilterInclude": ".*\\/blog\\/.*"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lastmod": {
    "label": "Last modified",
    "format": "text"
  },
  "changefreq": {
    "label": "Change frequency",
    "format": "text"
  },
  "priority": {
    "label": "Priority",
    "format": "number"
  },
  "source": {
    "label": "Source sitemap",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Sitemap URL Extractor](https://apify.com/crawlerbros/sitemap-url-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/sitemap-url-extractor) to learn more, explore other use cases, and run it yourself.