diff --git a/blog/index.json b/blog/index.json index 477e558..6ab731f 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "speed-run-research-agent-mobile", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Research Agent — Scrape mobile.de with AI", + "teaser": "From zero to a research agent that scrapes mobile.de and returns a structured table of Toyota Hilux listings with prices and specs.", + "link": "blog/posts/speed-run-research-agent-mobile.html" + }, { "id": "speed-run-cold-email", "date": "2026-06-10", diff --git a/blog/posts/speed-run-research-agent-mobile.html b/blog/posts/speed-run-research-agent-mobile.html new file mode 100644 index 0000000..088139b --- /dev/null +++ b/blog/posts/speed-run-research-agent-mobile.html @@ -0,0 +1,158 @@ + + +
+ + + + ++ This speed run walks you through creating a research agent that visits mobile.de, searches for Toyota Hilux listings, and returns a clean table with prices and specifications. No coding, no scraping scripts — just a prompt and the agent's built-in browser tools. +
++ We'll search for Toyota Hilux models from 2010 onwards, under 200,000 km, in the 24,100 area code. +
+ +Before you start, you just need the search URL — everything else is handled by the agent's built-in browser tools:
+ +https://suchen.mobile.de/fahrzeuge/search.html?dam=false&fr=2010%3A&isSearchRequest=true&ml=%3A200000&ms=24100%3B17%3B%3B&od=down&ref=srpHead&refId=cddf5d0a-d19d-3d0a-72aa-4323de29d7cb&s=Car&sb=doc&vc=CarWe configured two prompts on the agent's dashboard at app.derez.ai. The first enables the agent's browser and web tools. The second tells it exactly what to do.
+ +https://suchen.mobile.de/fahrzeuge/search.html?dam=false&fr=2010%3A&isSearchRequest=true&ml=%3A200000&ms=24100%3B17%3B%3B&od=down&ref=srpHead&refId=cddf5d0a-d19d-3d0a-72aa-4323de29d7cb&s=Car&sb=doc&vc=Car
+ The first prompt enables the agent's browsing capabilities. The second prompt tells it where to go, what to look for, and how to present the data — structured, not just a wall of text.
+ ++ In under 5 minutes you went from nothing to a research agent that browses real websites and returns structured data. The same pattern works for any listing site — eBay, Autoscout, Immobilienscout, or your own industry directories. +
+ ++ Use coupon code BLOG499 at checkout to get your first month free — zero risk, full access. +
++ Deploy your own research agent now. +
+ ++ Derez.ai — Deploy your AI agent in 5 minutes. +
+