Content Analysis
Cross-web brand-mention and sentiment intelligence — find every web citation of a keyword, scored on a 6-axis emotional sentiment model, with totals, histograms, and trends over time.
Content Analysis
Web-wide brand listening + sentiment intelligence, powered by DataForSEO's citation database. Search every web page (news, blogs, ecommerce, message boards, organization sites) that mentions a keyword, each scored on a 6-axis emotional model (anger, happiness, love, sadness, share, fun) plus positive/negative/neutral probabilities — then roll it up into totals, top domains, rating histograms, and sentiment-over-time trends.
This is page-level web citation data, not native platform posts — it complements the per-platform scrapers with cross-web sentiment you can't get from any single social API. 10 endpoints available.
Base URL: /v1/content_analysis/...
Getting Started
Every endpoint is a GET with x-api-key auth. Start with search for the raw mention feed, or summary for a one-call roll-up:
curl "https://api.socialcrawl.dev/v1/content_analysis/summary?keyword=openai" \
-H "x-api-key: $SOCIALCRAWL_API_KEY"Narrow any keyword query to a page type with page_type (news, blogs, ecommerce, message-boards, organization), and page the search feed with the cursor returned as next_cursor. Sentiment values are DataForSEO's model-derived NLP, passed through verbatim.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search web citations of a keyword with per-mention sentiment | /v1/content_analysis/search | advanced (5cr) |
| Aggregate mention summary for a keyword | /v1/content_analysis/summary | advanced (5cr) |
| Sentiment breakdown for a keyword | /v1/content_analysis/sentiment | advanced (5cr) |
| Rating histogram for a keyword | /v1/content_analysis/rating-distribution | advanced (5cr) |
| Keyword mention volume + sentiment over time | /v1/content_analysis/phrase-trends | advanced (5cr) |
| Category mention volume + sentiment over time | /v1/content_analysis/category-trends | advanced (5cr) |
| List supported Content Analysis languages | /v1/content_analysis/languages | standard (1cr) |
| List supported Content Analysis locations | /v1/content_analysis/locations | standard (1cr) |
| List the Content Analysis category taxonomy | /v1/content_analysis/categories | standard (1cr) |
| List the filterable fields for Content Analysis | /v1/content_analysis/filters | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
