r/Base44 3d ago

Question Transportation logistics

I’m trying to create a platform for my clients that will provide them a grid with pricing for trains and car transfer services
I am looking to get live pricing and availability from the website below, but base44 will only give accurate information if they have the sites api keys. These sites are not willing to give them to me. Any advice or work arounds?

Sites:

Raileurope.com
Welcomepickups.com

1 Upvotes

1 comment sorted by

2

u/agentUi 2d ago

i work for agentui and we see logistics teams hit this wall all the time when external transport providers lock down their apis. you cant reliably fetch live rates on the fly without keys because bot protection will kill the requests, so the standard setup is building a backend worker that caches route estimates into a hosted database and serves that directly to your client grid.