Skip to main content

No project description provided

Project description

Simple cli client for ja.is

Personal tool that is probably not useful for anyone else

Install

pip install jais-search

Play around

Start by exporting your api token

export JAIS_API_KEY=your-token

Alternatively you can always pass it as an argument to each command, but that's just boring

jais search --token your-token -n "some company name"

Only one command is available, that is search, but comes with multiple search filter options.

jais search --help

Search examples

jais search -n "Banana"
jais search -p 105 # postal code
jais search -s  Suðurlandsbraut # street
jais search -m  Reykjavík # municipality
jais search -b  E1 # business type, I have no idea what codes are available.

Or just pass them all in if you want

jais search -n "Banana" -p 105 -s  Suðurlandsbraut -m  Reykjavík municipality -b  E1

It will store results in test.csv, until I make it configurable and fix the dict serialization.

The https://ja.is api paginates the data so you have to pass in --start [default: 1] and --count [default: 1000], but it comes with defaults.

# Get me 50 records and start at record 1000
jais search -n "Banana" --start 1000 --count 50

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jais_search-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

jais_search-0.1.2-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page