# Datarade Listings — Full Export

**Use case:** 

Scrape the full datarade listings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract datarade listings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "provider_name": {
    "label": "Provider Name",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "sample_available": {
    "label": "Sample Available",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product Url",
    "format": "string"
  }
}
```

## About this Actor

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