# Contact Details Latest Results

**Use case:** 

Latest Results of Contact Details. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    },
    {
      "url": "https://stripe.com"
    },
    {
      "url": "https://openai.com"
    }
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social",
    "format": "object"
  },
  "addresses": {
    "label": "Addresses",
    "format": "array"
  },
  "pageLanguage": {
    "label": "Lang",
    "format": "text"
  },
  "httpStatus": {
    "label": "HTTP",
    "format": "number"
  },
  "responseTimeMs": {
    "label": "MS",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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