Social API·5 credits per call

Monitor domain mentions across Reddit.

Fetch a structured list of every Reddit post linking to your domain. No OAuth management or complex rate-limiting required.

POSTautomatio.ai/api/v1/query{ tool: "reddit_domain_posts", params: { domain: … } }

Live demo

Try it live.

Change the parameters and run a real request against the endpoint. No account, no key.

Domainrequired
Sort
Limit

Free to try, no account. Costs 5 credits on your own key.

POST /api/v1/query · reddit_domain_posts

Run the request to see a live response.

Request
curl -X POST https://automatio.ai/api/v1/query \
  -H "Authorization: Bearer $AUTOMATIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tool":"reddit_domain_posts","params":{"domain":"github.com","limit":5}}'

How it works

One request, one response.

  1. 1

    Submit target domain

    Send a POST request containing the target domain and optional filters for sorting or timeframe.

  2. 2

    Query global index

    The API scans the platform for all public submissions where the destination URL matches the provided host.

  3. 3

    Receive structured posts

    Get a JSON array of results including engagement metrics, timestamps, and direct permalinks.

Capabilities

What you get.

Everything this endpoint does, without running the infrastructure yourself.

Global link search

Query the entire platform for a domain without iterating through individual subreddits manually.

Engagement filtering

Use the sort parameter to isolate viral discussions from low-impact links.

Historical lookback

Retrieve archived mentions by setting the time parameter to cover years of platform activity.

Deep cursor pagination

Navigate large result sets using the after parameter to build comprehensive datasets over time.

Cost of ownership

Build it yourself, or call this.

Both are real options. Here is what each one actually costs you.

Run it yourself

  • Register developer applications and manage OAuth2 flows
  • Build infrastructure for rate-limit handling and backoffs
  • Manage local data normalization against platform schema changes

Call the API

  • Single POST request with a persistent key
  • Automatic infrastructure scaling and proxy management
  • Normalized JSON response for all queries

Integrate

Built for the language you use.

One HTTP endpoint. Copy the call in your language and go.

example.sh
curl -X POST https://automatio.ai/api/v1/query \
  -H "Authorization: Bearer $AUTOMATIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "tool": "reddit_domain_posts", "params": { "domain": "example" } }'

In production

What people build with it.

Brand Alert Systems

Input a company domain to receive updates whenever new pages or blog posts are shared in relevant communities. This allows teams to respond to feedback or join discussions as they happen.

Backlink Intelligence

Analyze which specific URLs on a website generate the most organic shares to identify high-converting content themes. Use the engagement scores to weigh the impact of different threads.

Competitive Benchmarking

Compare the frequency of mentions between your domain and competitors to measure market share. Identifying where a competitor is gaining traction helps refine your own subreddit targeting.

Choosing parameters

Which options matter.

The table below lists what exists. These are the calls worth making deliberately.

domain
Provide only the host name, such as "example.com", rather than the full protocol. Subdomains are supported for targeted monitoring of specific product lines or blog sections.
time
When using the top sort, always specify a time range like month or year. Defaulting to all on high-traffic domains may return stale historical results that are no longer relevant for active monitoring.
after
To continue paginating through thousands of results, pass the exact string returned in the previous response's after field. This ensures you do not miss posts or duplicate data across requests.

Alternatives

When to use something else.

A page that pretends it has no alternatives reads as an advert. These are the other real options.

Official Reddit API

Better for high-volume users already comfortable managing OAuth2 and per-app rate limits.

Google Search site operator

Practical for manual site:reddit.com queries but difficult to automate or parse programmatically at scale.

Before you integrate

What it does not do.

The boundaries are as useful as the features. These are the ones worth knowing up front.

Submission data only

This endpoint returns top-level posts; it does not scan for links shared within individual comment threads.

Public communities only

Data from private, banned, or quarantined subreddits is not indexed and will not appear in the results.

Internal link optimization

The tool is designed for external URLs; searching for internal Reddit threads or user profile links may return incomplete or inconsistent data.

Reference

5 credits per call
Endpoint
POST https://automatio.ai/api/v1/query
Tool ID
reddit_domain_posts

Parameters

NameTypeRequiredDescription
domainstringDomain to search (e.g., "example.com", "github.com")
sort"hot" | "top" | "new" | "rising" | "controversial"Sort order
time"hour" | "day" | "week" | "month" | "year" | "all"Time filter
limitnumberPosts per page (default: 25)
afterstringPagination cursor from previous response

The same endpoints are available over MCP, and the full machine-readable catalogue lives in the API documentation.

Frequently Asked Questions

Find answers to common questions about Reddit Domain Search API

More than just prompts

Supercharge your workflow with AI Automation

Automatio combines the power of AI agents, web automation, and smart integrations to help you accomplish more in less time.

AI Agents
Web Automation
Smart Workflows