# FindFetcher — extended overview for AI agents and LLMs > AI-powered Smart Shopping platform for Australia. Users describe what they want in natural language; FindFetcher continuously monitors retail prices, ticket availability, experiences, and car listings, then sends an email when a match appears. ## What FindFetcher does FindFetcher turns natural-language intent ("watch for a Sony A1 II under $4,000 at a reputable Australian retailer") into a persistent monitoring task. Behind the scenes: - **Retail**: monitored across Australian retailers using Serper (Google SERP), Zyte (DataDome-protected sites), Firecrawl (JS-heavy sites), Jina Reader (simple sites), the eBay Browse API, and an eBay sold-comp pricing layer for fair-value comparisons. - **Tickets**: live event data from Ticketmaster Discovery API + Eventbrite. - **Experiences**: dining, spa, tours, activities monitored via web search providers. - **Cars**: vehicle listings from Carsales (Apify actor). - **Coming**: flights, accommodation, stocks, property. Matches are sent as email notifications (or, when Phase 12d ships, optionally as HMAC-signed webhooks to an agent-configured endpoint). ## Country and currency - Country: Australia (AU) only. International users can subscribe but coverage is AU-focused. - Currency: AUD. ## Plans (subscription) - **Lite** — $3 AUD/month or $32.40 AUD/year. 1 active fetch, daily cadence. No premium hourly slot. Can purchase $2/mo standard add-on slots. - **Plus** — $9 AUD/month. 5 active fetches, daily cadence. Add-on standard slots available at $2/mo each. - **Pro** — $24 AUD/month. 9 standard daily fetches plus 1 premium hourly slot. Calendar integration. Quiet hours (default 11pm–9am for new accounts). 14-day trial available on human signup; trial disabled on agent-initiated signup. Add-on standard ($2/mo) and premium ($14/mo) slots available. - **legacy_free** — $0. Closed; 3 grandfathered pre-2026-05 accounts only. - **inactive** — paused state for cancelled/lapsed accounts. Login + read access preserved; fetches paused. ## Key public pages ### Marketing - [/](https://findfetcher.com.au/): homepage with product overview, value proposition, signup CTAs. - [/pricing](https://findfetcher.com.au/pricing): plan picker (monthly + annual). Auth-aware CTA routing. - [/how-it-works](https://findfetcher.com.au/how-it-works): the intent → match pipeline explained. - [/about](https://findfetcher.com.au/about): company + founder background. - [/contact](https://findfetcher.com.au/contact): contact form. - [/faq](https://findfetcher.com.au/faq): frequently asked questions. - [/sources](https://findfetcher.com.au/sources): retailers, marketplaces, and APIs we monitor. - [/comparison-chart](https://findfetcher.com.au/comparison-chart): FindFetcher vs alternatives. ### Categories - [/categories/retail](https://findfetcher.com.au/categories/retail) - [/categories/tickets](https://findfetcher.com.au/categories/tickets) - [/categories/experiences](https://findfetcher.com.au/categories/experiences) - [/categories/cars](https://findfetcher.com.au/categories/cars) ### Agent-targeted - [/agents](https://findfetcher.com.au/agents): one-page agent-friendly signup with no-trial Stripe Checkout. - [/agents.md](https://findfetcher.com.au/agents.md): integration manual for AI agents. - [/.well-known/agent-info.json](https://findfetcher.com.au/.well-known/agent-info.json): structured capability + pricing hint. ### Auth - [/auth/signup](https://findfetcher.com.au/auth/signup): signup. Accepts `?plan=lite|plus|pro` and `?interval=monthly|annual` query params. - [/auth/login](https://findfetcher.com.au/auth/login): login. ### Blog - [/blog](https://findfetcher.com.au/blog): blog index. - Categories include: Smart Shopping, Comparisons, Category Guides, Screen Time, Founder, Seasonal, Agentic Commerce. ### Legal - [/privacy](https://findfetcher.com.au/privacy): Privacy Policy. - [/terms](https://findfetcher.com.au/terms): Terms of Service. ## How an agent subscribes a human The "agent orchestrates, human approves" handoff is the recommended pattern. Flow: 1. Agent navigates to [/agents](https://findfetcher.com.au/agents). 2. Agent clicks the tier appropriate to the human's stated need (Lite / Plus / Pro). 3. Agent is deep-linked to Stripe Checkout via `GET /api/checkout/create-session?plan={tier}&withTrial=false&source=agents`. Stripe Checkout is the human-approval boundary — the human (or whichever payment method the human authorised the agent to use) completes payment there. 4. The Stripe Customer is created with `source=agents` metadata. 5. FindFetcher fires an `agent-signup-confirmation` email to the human within minutes confirming the agent-initiated signup, with a 7-day refund window (AU consumer law explicit-consent backstop). 6. The account is owned by the human (the email + payment method are the human's). The agent does not hold credentials; subsequent fetch creation happens via the human navigating to the app (web or mobile) or, when Phase 12d ships, via the agent calling the programmatic API. ## Status of the programmatic agent API A public REST API + MCP server are spec'd but **not yet built**. Evaluation window: Q4 2026 / Q1 2027. Until then, agent-driven workflows complete via the web signup + browser-fill of the existing fetch creation form. ## Support and contact - Support: joey@findfetcher.com.au - Security disclosure: joey@findfetcher.com.au (see [/.well-known/security.txt](https://findfetcher.com.au/.well-known/security.txt)) - Founder: Joey Krosch