# Motley Fool Earnings Call Transcripts — Full Export

**Use case:** 

Scrape the full motley fool earnings call transcripts dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract motley fool earnings call transcripts for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "startUrls": [],
  "startYear": 2026,
  "endYear": 2026,
  "tickerFilter": "",
  "maxItems": 200
}
```

## Output

```json
{
  "article_url": {
    "label": "Article Url",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "fiscal_quarter": {
    "label": "Fiscal Quarter",
    "format": "string"
  },
  "call_date": {
    "label": "Call Date",
    "format": "string"
  },
  "published_date": {
    "label": "Published Date",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "call_participants": {
    "label": "Call Participants",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Motley Fool Earnings Call Transcripts Scraper](https://apify.com/jungle_synthesizer/motley-fool-earnings-transcripts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/motley-fool-earnings-transcripts-scraper) to learn more, explore other use cases, and run it yourself.