
DaData.ru prompts email and determines the city by IP
DaData.ru - a service of automatic verification and correction of contact data (name, address, phone number, email). Plus a javascript widget and tooltip API when entering the address, name and organization.
From the previous issue, Dadata learned:
Features are available through the user interface and HTTP API.
Helping the user enter email quickly and without typos.

They know the popular names of mailboxes (ivan, mail, home), common mail services (mail, Yandex, gmail) and top domains of Runet.
They are connected as a jQuery plugin to any text field. Or through the HTTP API. Free up to 10 thousand requests per day.
The HTTP GET method detectAddressByIp determines the city by IP address in Russia. Uses the client IP address or the value from the parameter

Dadata brings the names of cars to a canonical form. Transliterates if necessary; typos until corrected.

We will be happy to answer questions in the comments and on the forum , or help with connecting to the API!
From the previous issue, Dadata learned:
- prompt email when entering,
- Define a city by IP address
- recognize car models.
Features are available through the user interface and HTTP API.
Email Tips
Helping the user enter email quickly and without typos.

They know the popular names of mailboxes (ivan, mail, home), common mail services (mail, Yandex, gmail) and top domains of Runet.
They are connected as a jQuery plugin to any text field. Or through the HTTP API. Free up to 10 thousand requests per day.
City by IP address
The HTTP GET method detectAddressByIp determines the city by IP address in Russia. Uses the client IP address or the value from the parameter
ip
.
Car Model Recognition
Dadata brings the names of cars to a canonical form. Transliterates if necessary; typos until corrected.

New Integrations
- 1C Enterprise: get the details of the company by TIN or parse the address in one line (authors Chizik05 and Anton Abazin).
- 1C-Bitrix: a tooltip for entering the name and address on the order page.
- Node.js: parsing name, address, phone number and email via the Dadata API (author Denis Zhbankov).
- Tips for typing through typeahead.js and Bloodhound (by DocDriver.ru).
We will be happy to answer questions in the comments and on the forum , or help with connecting to the API!