Get normalized place data from Foursquare, Yelp, Facebook, Google, and Factual.
Project description
Get normalized place data from Foursquare, Yelp, Facebook, Google and Factual.
Installation
$ pip install venn-places
Usage
from venn import PlacesAPI
api = PlacesAPI(venn_api_key)
api.search(category="food",
address="1411 Vine St. Cincinnati, OH 45202",
limit=10)
Methods
.search
Parameter |
Required |
Type |
Example |
|---|---|---|---|
keyword |
this or category |
string |
outback |
category |
this or keyword |
string |
food |
address |
this or location |
string |
1411 Vine St. Cincinnati, OH 45202 |
location |
this or address |
string (comma separated) |
44.2333423,-84.3453452 |
limit |
no (default: 10) |
int |
20 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
venn-places-0.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file venn-places-0.0.1.tar.gz.
File metadata
- Download URL: venn-places-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48609454213a50925fbcd753b8f3504755acf2a3c6c0fe501204c351d32282ad
|
|
| MD5 |
b474b6c0b0dfb81543341f1569930143
|
|
| BLAKE2b-256 |
8af12ad0ea0afd594994f2e57369b38fd9574d7e99014ea104c5195f86c25f18
|