| Name |
Type |
Description |
| services.id |
String |
Available ride-sharing services in the city (UBER, LYFT, CABIFY,
BOLT, MYTAXI, JUNO, CURB, GETT,
OLA, GRAB, APP99, EASYTAXI, CAREEM) |
| services.name |
String |
Name of the service |
| services.website |
String |
Website of the service |
BasicStartupBusiness
| Name |
Type |
Description |
| textual.title |
String |
Category name |
| textual.sections.id[SERVICES].body |
String |
List of all services |
| textual.sections.id[SUMMARY].body |
String |
Ride sharing services description |
{
"services": [
{
"id": "LYFT",
"name": "Lyft",
"website": "https://www.lyft.com"
},
{
"id": "UBER",
"name": "Uber",
"website": "https://www.uber.com"
},
{
"id": "JUNO",
"name": "Juno",
"website": "https://gett.com/juno"
},
{
"id": "CURB",
"name": "Curb",
"website": "https://gocurb.com"
}
],
"textual": {
"title": "Ride sharing",
"sections": [
{
"id": "SERVICES",
"body": [
"Lyft, Uber, Juno & Curb"
]
},
{
"id": "SUMMARY",
"body": [
"Lyft, Uber, Juno & Curb are the most popular ride sharing services in New York."
]
}
]
}
}