Use Cases
1. E-commerce
{
"prompt": "Extract product information using these exact keys: productName, brand, currentPrice, originalPrice, discount (calculate if both prices present), availability (in stock/out of stock), variants (array of size/color combinations), specifications (key-value pairs), features (array), shipping (object with methods and prices)"
}{
"prompt": "Compare all products on the page using this structure: products (array), each with: name, price, key_features (array), pros (array), cons (array), best_for (string describing ideal use case). Add a comparison_summary highlighting key differences."
}{
"prompt": "Analyze product reviews and provide: averageRating, totalReviews, sentimentBreakdown (positive/negative/neutral counts), commonPros (array), commonCons (array), featureSentiment (how different features are rated), recommendationRate (percentage who recommend)"
}2. Content Analysis
{
"prompt": "Analyze this article and provide: title, author, publishDate, summary (150 words max), mainPoints (array), conclusions (array), tone (formal/informal), targetAudience, expertiseLevel (beginner/intermediate/advanced), keyTerms (array with definitions)"
}3. Research and Analysis
4. Real Estate
5. Job Listings
Last updated