careem.com / app.careem.com
MENA ride-hailing and super-app trip workflows for booking and tracking rides.
This provider targets the unofficial Careem browser or app surface, not a public developer API. It must contend with authenticated trip state, live driver matching, fare estimation, scheduling, cancellation rules, receipts, and support follow-up. The work is medium to hard because ride availability and pricing are dynamic and the surface is often session-bound.
Compare available Careem ride types for a pickup and dropoff pair, including estimated fare, time, and service class. The operation corresponds to the ride request discovery flow in the app rather than a stable public endpoint.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Pickup location and optional landmark details.
{"lat":25.2048,"lng":55.2708}
Destination location for the ride.
{"lat":25.1972,"lng":55.2744}
Immediate or scheduled ride timing.
now
Preferred service class such as economy or premium.
economy
Auth required for this operation.
Fetch live ETA, matching availability, route summary, cancellation rules, and the pricing breakdown shown before booking.
Identifier for the selected ride option.
ride_opt_001
Build an immediate or scheduled ride draft with pickup notes, passenger details, and timing preferences so the final request can be reviewed before submission.
Additional context for finding the pickup point.
Gate 3 near the taxi stand
Optional scheduled pickup time.
2026-07-06T18:30:00+04:00
Number of passengers for the ride request.
2
Show the final fare, payment method, passenger details, and any safety or policy text that appears before booking.
Prepared ride draft to inspect.
draft_abc123
Submit the ride booking or cancellation only after explicit user approval, using the prepared draft and the latest fare or cancellation state.
Prepared ride draft or booking reference.
draft_abc123
Whether to book or cancel the ride.
book
Explicit confirmation from the user for the requested action.
true
Monitor trip status, driver progress, receipts, refunds, and support case references after the booking is underway or completed.
Trip or ride identifier to track.
trip_789
Suggested surface — propose changes in your submission if the upstream differs.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.