# Anthropic research scraper

**Use case:** 

Extract Anthropic research posts with publish dates, categories, descriptions, URLs, image links, and optional full text for AI research tracking.

## Input

```json
{
  "scrapeType": "research",
  "maxResults": 75,
  "scrapeContent": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Anthropic News & Research Scraper](https://apify.com/automation-lab/anthropic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/anthropic-scraper) to learn more, explore other use cases, and run it yourself.