# Recent (last 30 days) 🛡️ URLhaus Malware URLs Standard

**Use case:** 

Standard Export of 🛡️ URLhaus Malware URLs for Recent (last 30 days). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "feed": "recent",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image Url",
    "format": "image"
  },
  "urlId": {
    "label": "🪪 Url Id",
    "format": "text"
  },
  "maliciousUrl": {
    "label": "🔗 Malicious Url",
    "format": "link"
  },
  "urlStatus": {
    "label": "🚦 Url Status",
    "format": "text"
  },
  "threat": {
    "label": "⚠️ Threat",
    "format": "date"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "host": {
    "label": "🌐 Host",
    "format": "text"
  },
  "dateAdded": {
    "label": "📅 Date Added",
    "format": "text"
  },
  "reporter": {
    "label": "👤 Reporter",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🛡️ URLhaus Malware URLs Scraper](https://apify.com/parseforge/urlhaus-malware-urls-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/urlhaus-malware-urls-scraper) to learn more, explore other use cases, and run it yourself.