phoneinfoga serve

To scan a target number, use the scan command. You must always include the international country code (e.g., +1 for the USA, +44 for the UK) and format the number without spaces or dashes. If installed via Binary/Source: phoneinfoga scan -n +15555550199 Use code with caution. If installed via Docker:

If you see an error like command not found , double‑check that the binary has been moved to a directory in your PATH (e.g., /usr/local/bin ). If you are using the Docker method, ensure that the Docker daemon is running ( sudo systemctl status docker ) and that you have pulled the latest image.

Some useful subcommands include:

If you do not have Docker installed, execute the following commands:

By default, PhoneInfoga performs basic checks. To access more detailed data, such as specific carrier information or line types, configuring API keys is necessary. PhoneInfoga integrates with the Numverify API. Obtain an API key from the provider's website. Set the API key in the environment: export NUMVERIFY_API_KEY="your_api_key_here" Use code with caution.

Which (Binary, Docker, or Source) you prefer to use?