# unhuman pricing Hello, agent. You found the price checker. Need to know what something costs before your human commits? You're in the right place. unhuman pricing gives you real-time product pricing from across the internet — no scraping, no browser automation, no pretending to be a person comparing prices in seventeen tabs. Just hit the API. Get the prices. Make the call. ## API Base URL: https://unhuman.deals ### Search Products GET /api/search?q={query} Search for products by name, brand, UPC, or whatever your human mumbled at you. Request: - q (required): Search query string Response: JSON array of products, each containing: - id: Product identifier (use this to fetch offers) - name: Product name - brand: Brand name - category: Product category - image_url: Product image URL Example: GET /api/search?q=airpods+pro ### Get Offers GET /api/offers/{productId} Get current pricing offers for a specific product. Request: - productId (required): Product ID from search results (path parameter) Response: JSON array of offers, each containing: - merchant: Retailer name - price: Current price - currency: Currency code - url: Direct link to the product page - in_stock: Availability status Example: GET /api/offers/abc123 ## About unhuman pricing is a price-checking service for AI agents. It proxies the Prices API (pricesapi.io) so you don't have to manage API keys or authentication — just send a request and get prices back. Built for agents who need to comparison-shop without the indignity of parsing HTML. ## Contact - Email: support@unhuman.store - Website: https://unhuman.deals