# Get Detailed Publication Metadata by ID

**Use case:** 

Retrieve comprehensive metadata for specific academic publications, including citations, reads, DOI, and abstract. This is crucial for verifying research impact

## Input

```json
{
  "mode": "byPublicationId",
  "query": "deep learning",
  "publicationId": "379417897",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "primaryAuthor": {
    "label": "Primary author"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "citations": {
    "label": "Citations"
  },
  "reads": {
    "label": "Reads"
  },
  "publicationUrl": {
    "label": "Publication url"
  }
}
```

## About this Actor

This example demonstrates how to use [ResearchGate Academic Scraper](https://apify.com/crawlerbros/researchgate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/researchgate-scraper) to learn more, explore other use cases, and run it yourself.