AI-powered social media scraper

A data extraction and analytics service for Twitter/X. It pulls profiles and timelines, normalizes the result, and returns engagement metrics and profile analytics alongside the raw records.
The output shape is the point: clean, consistent records that go straight into a model prompt or a dataframe without a cleanup pass.
Raw social data arrives dense, deeply nested, and inconsistent between endpoints. Every downstream consumer ends up writing the same flattening and de-duplication code.
Analytics on top of it then get rebuilt per project, so engagement rates and profile summaries are computed slightly differently every time.