# Lead Formatter US Sales Cleanup Tool

**Use case:** 

Clean and format US sales leads: proper name casing, company names without suffixes, title-cased job roles, and E.164 phone numbers. Dedupes by email.

## Input

```json
{
  "leadsFile": "https://api.apify.com/v2/key-value-stores/21UHQ9w2TBd6IV7Qi/records/leads-sales-us.json",
  "removeBlanks": false,
  "removeDuplicates": true,
  "formatJobTitle": true,
  "formatCompanyName": true,
  "formatPersonalPhone": true,
  "formatHomePhone": true,
  "generateCompanyDescription": false,
  "generatePersonalizedLine": false,
  "pullCaseStudy": false,
  "generateIndustry": false,
  "segmentBy": [],
  "sortOrder": "asc",
  "fieldConfigurations": {},
  "temperature": "0.3",
  "enableWebSearch": false,
  "millionVerifierApiKey": ""
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "personalPhone": {
    "label": "Personal Phone",
    "format": "text"
  },
  "homePhone": {
    "label": "Home Phone",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "personalizedLine": {
    "label": "Personalized Line",
    "format": "text"
  },
  "caseStudy": {
    "label": "Case Study",
    "format": "text"
  },
  "verifiedEmail": {
    "label": "Verified Email",
    "format": "text"
  },
  "errors": {
    "label": "Errors",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Lead Formatter Tool for Cold Email](https://apify.com/parseforge/lead-formatter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/lead-formatter) to learn more, explore other use cases, and run it yourself.