SocialCrawl

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

EndpointPathCredit Tier
Search web citations of a keyword with per-mention sentiment/v1/content_analysis/searchadvanced (5cr)
Aggregate mention summary for a keyword/v1/content_analysis/summaryadvanced (5cr)
Sentiment breakdown for a keyword/v1/content_analysis/sentimentadvanced (5cr)
Rating histogram for a keyword/v1/content_analysis/rating-distributionadvanced (5cr)
Keyword mention volume + sentiment over time/v1/content_analysis/phrase-trendsadvanced (5cr)
Category mention volume + sentiment over time/v1/content_analysis/category-trendsadvanced (5cr)
List supported Content Analysis languages/v1/content_analysis/languagesstandard (1cr)
List supported Content Analysis locations/v1/content_analysis/locationsstandard (1cr)
List the Content Analysis category taxonomy/v1/content_analysis/categoriesstandard (1cr)
List the filterable fields for Content Analysis/v1/content_analysis/filtersstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
Content Analysis | Socialcrawl