# References Semantic Scholar Citations

**Use case:** 

Extract Semantic Scholar Citations data filtered by References. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "paperId": "10.1145/3292500.3330701",
  "mode": "references",
  "maxItems": 10
}
```

## Output

```json
{
  "paperId": {
    "label": "🆔 Paper ID",
    "format": "text"
  },
  "citingPaperId": {
    "label": "🆔 Citing Paper",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "authors": {
    "label": "👥 Authors",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "venue": {
    "label": "🏛️ Venue",
    "format": "text"
  },
  "intent": {
    "label": "🎯 Intent",
    "format": "text"
  },
  "contextsCount": {
    "label": "🔢 Contexts",
    "format": "text"
  },
  "influential": {
    "label": "⭐ Influential",
    "format": "text"
  },
  "doi": {
    "label": "🔗 DOI",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Semantic Scholar Citations Scraper](https://apify.com/parseforge/semanticscholar-citations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/semanticscholar-citations-scraper) to learn more, explore other use cases, and run it yourself.