This guide provides examples of basic text prompts for the LLM Web Scraper API. These prompts are ideal when you want more natural, flexible output without strict structure requirements.
Article Analysis
News Article Analysis
{
"url": "https://example.com/news-article",
"prompt": "Analyze this news article and provide: the main story topic, key events described, important people mentioned, locations involved, and any significant statistics or numbers cited. Also note any bias or perspective in the reporting."
}
Example Response:
{
"mainTopic": "Global Climate Summit 2024",
"keyEvents": [
"Agreement signed by 195 countries",
"New emissions targets set for 2030",
"$100B climate fund established"
],
"keyPeople": [
{
"name": "Dr. Sarah Chen",
"role": "UN Climate Chief",
"significance": "Led negotiations"
},
{
"name": "John Smith",
"role": "EU Climate Commissioner",
"significance": "Proposed funding mechanism"
}
],
"locations": [
{
"place": "Geneva, Switzerland",
"context": "Summit location"
},
{
"place": "Pacific Islands",
"context": "Most affected region discussed"
}
],
"statistics": [
{
"value": "45% reduction",
"context": "Proposed emissions cut by 2030"
},
{
"value": "$100 billion",
"context": "Annual climate fund size"
}
],
"reportingPerspective": "Generally neutral with emphasis on urgency of climate action"
}
Blog Post Analysis
{
"url": "https://example.com/blog-post",
"prompt": "Analyze this blog post and extract: the main topic, key arguments or points made, any examples or case studies used, the author's conclusions, and the overall tone. Also identify any calls to action or reader recommendations."
}
Example Response:
{
"mainTopic": "Remote Work Productivity",
"keyPoints": [
"Remote work increases productivity by reducing distractions",
"Digital tools enable effective collaboration",
"Work-life balance improves employee retention"
],
"caseStudies": [
{
"company": "TechCorp Inc",
"outcome": "37% productivity increase after remote transition",
"keyLearnings": [
"Clear communication protocols needed",
"Regular virtual team meetings essential"
]
}
],
"conclusions": [
"Remote work is here to stay",
"Success requires proper tools and policies",
"Hybrid models likely to become standard"
],
"tone": "Optimistic and practical",
"callsToAction": [
"Assess your team's remote work readiness",
"Invest in collaboration tools",
"Develop clear remote work policies"
]
}
Product Review Analysis
Single Product Review
{
"url": "https://example.com/product-review",
"prompt": "Analyze this product review and extract: the overall verdict, main pros and cons, key features discussed, any performance metrics mentioned, value for money assessment, and comparison with competitors. Also note any specific use cases or scenarios mentioned."
}
{
"url": "https://example.com/product",
"prompt": "Analyze this product page and extract all relevant information including: product name, description, pricing details, available variants, technical specifications, customer ratings, key features, shipping options, and any promotional offers. Also identify any unique selling points or special features highlighted."
}