Overview
Specrom Analytics lead generation database contains over 100 million email addresses and person contacts.
You can query the email addresses using our get_emails API.
Apart from email address, it's invaluable to know more about the person. We are a managed web scraping service so we already index person data which is being exposed through this API.
Usage
Input
{"emails": "elaine.chen@wsj.com", "first_name": "elaine", "last_name": "chen", "domain":"wsj.com"}
emails: Enter the email of the person you want to extract more details.
first_name: first name of the person
last_name: last name of the person
domain: associated domain address of the person.
Note: It is required to specify either an email address or a combination of domain address and a first_name or last_name. You will get more accurate results if you specify all fields.
Output
{
"Results": [
{
"position": "1",
"snippet": "View Elaine Chen’s profile on LinkedIn, the world's largest professional community. Elaine has 7 jobs listed on their profile. See the complete profile on LinkedIn and discover Elaine’s ...",
"title": "Elaine Chen - Reporting Intern - The Wall Street Journal ...",
"url": "https://www.linkedin.com/in/elaineywchen"
},
{
"position": "2",
"snippet": "about me. Hi! I’m Elaine , I’m a recent graduate of the University of Chicago, having majored in economics and political science. I’m currently an intern at The Wall Street Journal, reporting for WSJ’s professional products.",
"title": "Elaine Chen",
"url": "https://www.elaineywchen.com/"
},
{
"position": "3",
"snippet": "Write to Elaine Chen at elaine.chen@wsj.com. ... Please note: The Wall Street Journal News Department was not involved in the creation of the content above. More from Deloitte.",
"title": "Manufacturers Forge Ahead With Tech, R&D ... - wsj.com",
"url": "https://www.wsj.com/articles/manufacturers-forge-ahead-with-tech-r-d-projects-despite-capex-cuts-11594558801"
},
{
"position": "4",
"snippet": "By Elaine Chen wsj.com — A warehouse of the San Francisco Marin Food Bank in San Francisco on May 28, 2020. Warehousing and storage companies added 60,500 jobs last month, adding to a hiring surge that has come as consumers stuck in their homes order more goods online.",
"title": "Elaine Chen | The Wall Street Journal Journalist | Muck Rack",
"url": "https://muckrack.com/elaine-chen"
},
{
"position": "5",
"snippet": "By Elaine Chen. July 2, 2020 3:36 pm ET Logistics operators hired at a brisk pace in June as companies serving the e-commerce market brought on more than 80,000 workers and factories started ...",
"title": "Trucking, Warehouse Companies Boost Hiring in June - WSJ",
"url": "https://www.wsj.com/articles/trucking-warehouse-companies-boost-hiring-in-june-11593718572"
}
],
"status_code": 200
}