Scout

부분 유료
분류별 IceHook Systems | 업데이트됨 לפני 4 ימים | Communication
인기

9.7 / 10

지연 시간

313ms

서비스 수준

100%

Health Check

100%

모든 자습서로 돌아가기 (2)

How To Do An Advanced Scout Lookup on an entire CSV of Phone Numbers

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

Run

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