Google Cloud NLP
Google Cloud Natural Language API — Understand text with Google's powerful NLP models. Analyze sentiment, extract entities, and classify content. Perfect for reviews, social media, customer feedback, and content analysis. ## Why Use This API? - **Sentiment Analysis** — Score text from -1.0 (negative) to 1.0 (positive) - **Entity Extraction** — Identify people, organizations, locations, dates,…
Google Cloud NLP endpoints
| Method | Endpoint | Description |
|---|---|---|
| nlp | ||
| POST |
extractEntities /nlp/entities |
Extract named entities (people, organizations, locations, dates, etc.) from text. |
| POST |
analyzeSentiment /nlp/sentiment |
Analyze the sentiment of text. Returns overall score and per-sentence breakdown. |
Google Cloud NLP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $100 / month | — |
|
| MEGA | $1,000 / month | — |
|