AI Text Analyzer Pro performs comprehensive text analysis to generate detailed insights from your text data. It processes the input text to produce a structured JSON output with a summary, sentiment analysis, keyword extraction, entity recognition, language detection, and more.
Unlock advanced text analysis with AI Text Analyzer Pro!
AI Text Analyzer Pro performs comprehensive text analysis to generate detailed insights from your text data. It processes the input text to produce a structured JSON output with a summary, sentiment analysis, keyword extraction, entity recognition, language detection, and more.
texts
array containing the texts you want to analyze.Use the following JSON format to specify the texts you want to analyze:
1{ 2 "texts": [ 3 "Your first text here.", 4 "Your second text here." 5 ], 6 "proxy": { 7 "useApifyProxy": true 8 } 9}
The output of AI Text Analyzer Pro is a JSON object that provides a detailed analysis of the input text. Here’s an example of the JSON structure you will receive:
1{ 2 "summary": "Concise summary of the text with all special characters escaped.", 3 "sentiment": { 4 "overall": "positive", 5 "score": 0.8 6 }, 7 "keywords": ["innovation", "technology"], 8 "entities": [ 9 { 10 "name": "Company X", 11 "type": "organization" 12 } 13 ], 14 "language": "English", 15 "topics": ["technology"], 16 "readability": { 17 "score": 7.5, 18 "scale": "Flesch-Kincaid", 19 "interpretation": "Readable by 12-15 year olds" 20 }, 21 "tone": ["optimistic"], 22 "keyPhrases": ["artificial intelligence"], 23 "entityRelationships": [ 24 { 25 "entity1": "Company X", 26 "relationship": "partner", 27 "entity2": "John Doe" 28 } 29 ], 30 "emotions": { 31 "primary": "excited", 32 "secondary": "curious", 33 "intensity": 0.6 34 } 35}
This structured format ensures comprehensive analysis and insights from your text data.
Integrate with services through the Apify platform:
Connect AI Text Analyzer Pro with various cloud services and web apps through the Apify platform, including:
Use webhooks to trigger actions based on events, such as receiving notifications when an extraction completes.
The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.
To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.
Check out the Apify API reference docs for full details, or click on the API tab for code examples.
For issues or suggestions:
Your feedback helps us enhance AI Text Analyzer Pro.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!