Bear Blog API
bearblog.dev
Bear Blog - trending posts, articles, author blogs, and discover feed.
- Actions
- 5
- Category
- Social
- Login
- Not required
- Output
- JSON
Call the Bear Blog API
Submit a task, then poll the job until it settles. This example runs act_bearblog_dev_author_blog_home.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_bearblog_dev_author_blog_home",
"params": {
"author_domain": "elmc.at"
}
}'5 actions on bearblog.dev
Read
Author Blog Home
act_bearblog_dev_author_blog_homeread1 credit / callReturns an author's blog homepage with its title, description, and post listings.
- author_domain
- string · required
- author_domain_url
- string
Blog Post Details
act_bearblog_dev_blog_post_detailread1 credit / callReturns a blog post's title, full body, author metadata, and publication details.
- author_domain
- string · required
- post_slug
- string · required
- post_url
- string
Most Recent Feed
act_bearblog_dev_discover_most_recent_feedread2 credits / callReturns a paginated feed of the most recent posts with titles, urls, and upvotes.
- page
- string · required
Post Upvote Info
act_bearblog_dev_post_upvote_inforead1 credit / callReturns the upvote count and upvoted state for a blog post.
- post_token
- string · required
- author_domain
- string · required
Trending Feed
act_bearblog_dev_discover_trending_feedread2 credits / callReturns a paginated trending feed with ranked post titles, blog urls, and upvotes.
- page
- string · required
Bear Blog API questions
- Is there an API for Bear Blog?
- Bear Blog does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for bearblog.dev. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Bear Blog data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when bearblog.dev changes its markup, Anakin updates the action.
- Do I need a Bear Blog account?
- No. Every Bear Blog action listed here runs anonymously — no account and no credentials required.
- What does the Bear Blog API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Social APIs
Are.na
Are.na - channels, block search, channel details, and public profiles.
Reddit - post search, subreddit feeds, comments, subreddit info, and user profiles.
Strava
Strava - fitness social network for running, cycling, swimming, and hiking.
Threads
Threads - account search, profiles, posts, replies, and logged-out feed.
Twitch
Twitch - live stream search, channel info, schedules, followers, VODs, and chat.
Waalaxy
Waalaxy - LinkedIn outreach automation with prospect lists, campaigns, and conversations.