# Create BibTeX for Marketing Research Reports

**Use case:** 

Effortlessly convert URLs of industry reports, whitepapers, and market analysis articles into clean BibTeX entries. This allows marketing professionals to maint

## Input

```json
{
  "url": "https://arxiv.org/abs/1706.03762",
  "urls": [
    "https://hbr.org/2023/11/the-rise-of-generative-ai-in-marketing",
    "https://www.gartner.com/en/marketing/insights/articles/top-marketing-technology-trends",
    "https://www.mckinsey.com/capabilities/growth-marketing-and-sales/our-insights/marketing-in-the-age-of-ai"
  ],
  "citationKey": "smith2023deep",
  "entryType": "article",
  "includeAbstract": false,
  "includeUrl": true
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "entry_type": {
    "label": "Entry type"
  },
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "year": {
    "label": "Year"
  },
  "venue": {
    "label": "Venue"
  },
  "bibtex": {
    "label": "Bibtex"
  }
}
```

## About this Actor

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