Blog articles
List blog articles cited by AI
Blog posts that AI providers cited when answering tracked prompts, with title, description, author, and publish date. Responses are JSON and require a workspace API key.
GET
/v1/brands/{brand_id}/blog-articlesRequires API key
Parameters
brand_iduuid· pathrequiredlimitinteger· queryoptionalDefault 50, max 200.
cursorISO-8601· queryoptionalPass next_cursor to paginate.
Request
curl -X GET 'https://api.rankr.so/v1/brands/:brand_id/blog-articles' \
-H 'Authorization: Bearer YOUR_API_KEY'Response200
JSON
{
"data": [
{
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"url": "https://techcrunch.com/2026/02/widgets-at-scale",
"domain": "techcrunch.com",
"title": "Widgets at Scale",
"description": "How enterprise widget platforms are evolving …",
"og_image": "https://...",
"author": "Jane Doe",
"published_at": "2026-02-14T10:00:00Z",
"last_fetched_at": "2026-04-19T06:05:22Z",
"created_at": "2026-03-01T12:04:22Z"
}
],
"next_cursor": null
}