# Extract AI Content Marketing Trends for RAG

**Use case:** 

Gather up-to-date information on AI's impact on content marketing from industry leaders and credible sources. This provides valuable, pre-processed text for RAG

## Input

```json
{
  "query": "AI content marketing trends 2024",
  "startUrls": [],
  "maxResults": 5,
  "outputFormats": [
    "markdown"
  ],
  "requestTimeoutSecs": 40,
  "scrapingTool": "raw-http",
  "removeElementsCssSelector": "nav, footer, aside, script, style, .ad, .advertisement, [aria-hidden='true']",
  "htmlTransformer": "readable-text",
  "desiredConcurrency": 5,
  "maxRequestRetries": 2,
  "dynamicContentWaitSecs": 5,
  "removeCookieWarnings": true,
  "useApifyProxy": true,
  "domainAllowlist": [
    "hubspot.com",
    "contentmarketinginstitute.com",
    "semrush.com",
    "copyblogger.com"
  ],
  "domainBlocklist": [],
  "minTextLength": 500,
  "excludeContentSelectors": [],
  "keywordsAnyOf": [
    "AI",
    "content marketing",
    "generative AI",
    "strategy",
    "trends"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "wordCount": {
    "label": "Word count"
  },
  "httpStatusCode": {
    "label": "Http status code"
  },
  "loadedTime": {
    "label": "Loaded time"
  },
  "searchRank": {
    "label": "Search rank"
  }
}
```

## About this Actor

This example demonstrates how to use [RAG Web Browser](https://apify.com/crawlerbros/rag-web-browser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/rag-web-browser) to learn more, explore other use cases, and run it yourself.