This is the original leads extracting engine used to extract leads to generate facebook custom audience and share with massivleads premium clients to get targeted audience .
### Usage:
-
Clone repository
-
update .env file in project root
-
Install packages and run program
go run .
- put a post request to localhost:3002/scraper with following data as json or formdata .
{
"id": "ANY_UNIQUE_ID_UUID4",
"domains": "DOMAINS_TO_EXTRACT_EMAILS_FOR",
"keyword": "KEYWORD_THAT_NEED_TO_INCLUDE_IN_SEARCH",
"country": "TARGET_COUNTRY",
"jobTitle": "JOB_TITLES_TO_EXTRACT_TARGET_LEADS_FOR"
}
After posting data engine will extract leads and post it to your webhook URL provided in .env file .