network_search
Search observed WiFi networks by SSID, BSSID, location, or encryption to retrieve network details from a global wardriving database.
Instructions
Search WiGLE's database of observed WiFi networks by SSID, BSSID, location, or encryption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| ssid | No | Exact SSID to match | |
| bssid | No | MAC address / BSSID to match, e.g. 'AA:BB:CC:DD:EE:FF' | |
| region | No | State/region name | |
| country | No | Two-letter country code, e.g. 'US' | |
| lat_max | No | Maximum latitude of bounding box | |
| lat_min | No | Minimum latitude of bounding box | |
| long_max | No | Maximum longitude of bounding box | |
| long_min | No | Minimum longitude of bounding box | |
| only_open | No | If true, only return networks with no encryption | |
| ssid_like | No | SQL LIKE pattern for SSID, e.g. 'Pretty Fly%' | |
| encryption | No | Encryption filter, e.g. 'wpa', 'wpa2', 'wep', 'none' | |
| search_after | No | Pagination cursor from a previous response's 'search_after' field | |
| results_per_page | No | Max results to return (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||