Synaptic.Dev.OtomotoDemo (synaptic v0.3.0-alpha.8)
View SourceDemo workflow that uses the browser-use MCP sidecar to scrape a car listing from otomoto.pl (Polish automotive marketplace).
Uses retry_with_browser_use_agent to delegate the browsing task
to browser-use's server-side agent which uses vision (screenshots)
internally.
Prerequisites
cd sidecar/browser-use
# fill in OPENAI_API_KEY in .env
./start.shUsage
iex -S mix
Synaptic.Dev.OtomotoDemo.run()Custom URL
Synaptic.Dev.OtomotoDemo.run(url: "https://www.otomoto.pl/osobowe/oferta/...")
Summary
Functions
Convenience function to run the workflow in one shot.
Functions
Convenience function to run the workflow in one shot.
Options:
:url- car listing URL (default: BMW M2 example):base_url- override the MCP server URL (default: http://localhost:8989/mcp)