zkipart
Newbie
- Jul 10, 2021
- 2
- 0
Hey there,
I have a list with firstname, lastname and email and I want to match them with an Instagram username if the account meets certain criteria.
The biggest challenge it's the matching itself. What I tried until now:
- scrape by firstname / lastname on instagram and google
- scrape by email username on instagram and google
But there are 3 cases
- no results, here it's simple.. just move on the next item from the list
- one result, here it's the happy case but it can be false positive (my entry it's called John Doe, but it's not John Doe the influencer)
- two or more results, here it's the worst case, because programatically I cannot decide which one is the correct one.
And now the question is: Have you ever encountered this situation?
Any opinion is highly appreciated. Thanks a lot.
I have a list with firstname, lastname and email and I want to match them with an Instagram username if the account meets certain criteria.
The biggest challenge it's the matching itself. What I tried until now:
- scrape by firstname / lastname on instagram and google
- scrape by email username on instagram and google
But there are 3 cases
- no results, here it's simple.. just move on the next item from the list
- one result, here it's the happy case but it can be false positive (my entry it's called John Doe, but it's not John Doe the influencer)
- two or more results, here it's the worst case, because programatically I cannot decide which one is the correct one.
And now the question is: Have you ever encountered this situation?
Any opinion is highly appreciated. Thanks a lot.