Name Parser
We all take our names for granted and yet there is so much information in it. Your name reveals a lot of information about who you are. It tells if you're a man or a women, what language you speak and it even reveals your nationality. Validating a phone number, zip code or email address is simple. You don’t need a parsing service for that. But parsing a name and getting information out of it is…
Name Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate /generate/ |
This endpoint generates names by combining a random first name and a random last name for any given country code. Additionally the endpoint also generates a fictional email… |
| GET |
Parse /parse/ |
This endpoint parses a complete name or email address and returns the first name, middle names and last name. Additionally it also returns the nickname, salutation, title, email… |
| GET |
Extract /extract/ |
This endpoint extracts complete names from unstructured text very fast. By using a combination of 1.712.459 first names and 5.238.897 last names we can identify and extract… |
Name Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / hour |
|
| PRO | $9 / month | 100 / second |
|
| ULTRA | $29 / month | 200 / hour |
|
| MEGA | $59 / month | 500 / hour |
|