A launch post shows what a competitor wants people to notice now. Comparing it with older claims can reveal a real positioning change or a one-off campaign phrase.
This competitive intelligence workflow builds a dated change log with primary source checks.
SocialListeningAPI searches public posts on LinkedIn, X, Hacker News, and YouTube and Google results for the phrases you choose. It returns normalized records with source URLs.
Step 1: Build launch and category queries
Create a SocialListeningAPI account and claim the 100 free credits. Search competitor and product names with:
competitor name launchcompetitor name introducingcompetitor name new featurecompetitor name category termcompetitor name release notes
Keep a plain product-name query to catch announcements with different wording.
Step 2: Run competitive intelligence searches
for endpoint in \
linkedin/search-posts \
x/search-posts \
hackernews/search-posts \
youtube/search-posts \
google/search
do
curl --get "https://api.sociallisteningapi.com/api/v1/$endpoint" \
--data-urlencode 'query=competitor name introducing' \
--header 'x-api-key: YOUR_API_KEY'
done
One phrase across five sources costs 6 credits. Use the API docs for endpoint details. Claude or ChatGPT can run the searches through the MCP.
Step 3: Maintain an external archive
Use an external scheduler to run the fixed queries. Store source URL, date, title, claim, category terms, product, and first-seen time in a database. Keep snapshots of primary launch and product pages when your process allows it.
Scheduling, archiving, and comparison happen outside SocialListeningAPI.
Step 4: Verify the change
Compare the new record with older claims. Check the competitor’s current product page, release notes, pricing, or documentation before declaring a launch or positioning change.
Have a person separate product facts, vendor claims, user opinions, and analyst interpretation.
Step 5: Write the change log
For each verified change, record the date, old wording, new wording, source links, and practical implication for sales pages, calls, or roadmap research. Leave uncertain items labeled as unknown.
Conclusion
Record fewer changes with stronger evidence. A new slogan in one post may disappear the next week.
Update sales or product material only after a primary source confirms what changed and when.
Continue with Build Competitor Battlecards From Public Data.




