# Research Agile Methodology Best Practices

**Use case:** 

Collect comprehensive articles and guides on Agile methodology best practices, including Scrum and Kanban, from reputable project management sites. The extracte

## Input

```json
{
  "query": "agile methodology best practices scrum kanban",
  "startUrls": [],
  "maxResults": 6,
  "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": [
    "atlassian.com",
    "pmi.org",
    "scrum.org",
    "agilealliance.org"
  ],
  "domainBlocklist": [],
  "minTextLength": 600,
  "excludeContentSelectors": [],
  "keywordsAnyOf": [
    "agile",
    "scrum",
    "kanban",
    "best practices",
    "project management",
    "development lifecycle"
  ]
}
```

## 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.