Black-Owned Businesses in Los Angeles
List of black-owned businesses in Los Angeles as of October 2020. Data scraped from the web and pulled from Yelp's API. Data collected through our Data Angels program.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"lacity/blackowned-businesses-in-los-angeles-vygi-vxyg\".\"blackowned_businesses_in_los_angeles\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.