How To Use The Scout Command Line Tool
RapidAPI Account
- Sign Up for a Plan
Docker
- Install Docker on your computer
Input File
- Create a text file with the phone numbers you’d like to analyze
- One phone number per row
- Each number in e164 format or North American dialing format
Input File Format
Example numbers.csv file
+12125551234
+14043025678
+16023339876
Usage
Run this command to collect the results in output.csv
export SCOUT_DOMAIN=<your-rapidapi-scout-domain>
export RAPIDAPI_KEY=>your-rapidapi-key>
cat numbers.csv | docker run --env SCOUT_DOMAIN=$SCOUT_DOMAIN --env RAPIDAPI_KEY=$RAPIDAPI_KEY \
-i -a stdout icehook/scout-util:latest /controller.sh \
--run-lookups > output.csv
Output
Results in output.csv
original;dialcode_e164;timezone;timezone_short;timezone_utc_offset;region;sub_region;administrative_area_level_3;administrative_area_level_2;administrative_area_level_1;administrative_area_level_1_short;locality;sublocality_level_1;point_of_interest;neighborhood;clli;switch_assignment_date;country;country_short;postal_code;operating_company_name;operating_company_type;lata;ocn;line_type;location_routing_number;ported;risk_rating;risk_level;ported_date;dialcode_invalid;dialcode_impossible
+12125551234;+12125551234;America/New_York;EST;-05:00;Northeast;Middle Atlantic;;New York County;New York;NY;New York;Manhattan;;Midtown;NOCLLIKN;;United States;US;10011;Multiple Ocn Listing;unknown;99999;MULT;fixed_or_mobile;;false;unlikely;22;;false;false
+14043025678;+14043025678;America/New_York;EST;-05:00;South;South Atlantic;;Fulton County;Georgia;GA;Atlanta;;;Downtown;ATLNGACS;;United States;US;30303;AT&T;rboc;438;9417;fixed_or_mobile;;false;unlikely;33;;false;false
+16023339876;+16023339876;America/Phoenix;MST;-07:00;West;Mountain;;Maricopa County;Arizona;AZ;Phoenix;;;;PHNXAZUI;2010-10-06;United States;US;;CenturyLink;ipes;666;508J;fixed_line;+14804287999;true;possible;54;;false;false