Posts from WordPress, Substack, Squarespace and Discourse sites or any RSS feed, with title, date, author and full text.
Blog and newsletter posts
LiveContent · SnoopScan · Worldwide1 credit a page
Give it a blog, newsletter or forum address and get its posts as structured data, hundreds at a time. Used for content monitoring, newsletter digests and AI knowledge bases.
What you get
Title
URL
Published date
Updated date
Author
Excerpt
Full text
Tags
Actions
Site posts
How to use it
Your code calls POST /v1/posts with your API key.
Try asking your agentUse SnoopScan to collect the latest posts from techcrunch.com with their dates and authors.
{
"platform": "wordpress",
"posts": [{
"title": "How we cut our build times in half",
"url": "https://blog.example.com/build-times",
"published_at": "2026-08-14T09:00:00Z",
"author": "Sam Lee",
"excerpt": "Three changes took our CI from 22 minutes to 10."
}]
}