How to prefill fields?
There are several pages where you can prefill users' input fields:
Search Result Page
To access the search results directly, you can use the following query parameters after the "?" character:
- fn: "From Name" = City Name of the departure field
- fc: "From Coordinates" = GPS coordinates of the departure (prio to fn if both are present)
- fcc: "From Country Code" = country code of the departure
- tn: "To Name" = City Name of the arrival field
- tc: "To Coordinates" = GPS coordinates of the arrival (prio to tn if both are present)
- tcc: "To Country Code" = country code of the arrival
- db: "Date Begin" = Date of the departure of the trip
- de: "Date End" = Maximum date of the departure of the trip
- hb: "Hour Begin" = Minimum hour of the departure of the trip
- he: "Hour End" = Maximum Hour of the departure of the trip
- radius: Maximum distance in km between the departure of the trip and the query
- seats: Minimum available seats to display
- comuto_cmkt: the code marketing to attribute incoming users to your campaign
Example:
⚠️ The user will be NOT be redirected to the correct domain according to its country, so you must use the correct domain extension.
It will detect if the user is on mobile and switch to the mobile version, but you can also point directly on it:
Publication Page
The publication page is on /offer-seats/1
and accept the following parameters:
- fn: Departure city name
- tn: Arrival city name
Syntax: https://www.blablacar.com/offer-seats/1?fn=from_city&tn=to_city
⚠️ The user will be NOT be redirected to the correct domain according to its country, so you must use the correct domain extension.
Example:
https://blablacar.fr/offer-seats-prefilled?from=Paris&to=Rennes
https://m.blablacar.fr/offer-seats-prefilled?from=Paris&to=Rennes
NB: the user will need to login first to access this page
Landing Pages
Driver Signup
This page is intended to help drivers publishing trips on our platform. It accepts the following parameters:
- from
- to
Syntax:
http://www.blablacar.com/driver-signup?from=FROM_CITY&to=TO_CITY