# Extract Biotech Researcher Profiles & Publications

**Use case:** 

Discover leading researchers in biotechnology and their publication history to identify potential collaborators or subject matter experts. This supports R&D dep

## Input

```json
{
  "mode": "searchResearchers",
  "query": "biotechnology",
  "publicationId": "267960035",
  "maxItems": 10,
  "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.