Skip to main content
GET
Fetch Reddit APP Dynamic Search Results
Fetch Reddit APP Dynamic Search Results Pricing — base $0.00145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

language
string
default:en-US

Preferred response language as an IETF language tag; default: en-US

Required string length: 2 - 16
Pattern: ^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$
query
string
required

Search query

Required string length: 1 - 512
search_type
enum<string>
default:post

Search type: post( ), community( ), comment( ), media( ), people

Available options:
post,
community,
comment,
media,
people
sort
enum<string> | null

post/comment/media)/Sort method (only for post/comment/media): RELEVANCE( ), HOT( ), TOP( ), NEW( ), COMMENTS( , post

Available options:
RELEVANCE,
HOT,
TOP,
NEW,
COMMENTS
time_range
enum<string> | null

post/media)/Time range (only for post/media): all( ), year( ), month( ), week( ), day( ), hour( 1

Available options:
all,
year,
month,
week,
day,
hour

Safe search setting: unset, strict

Available options:
unset,
strict
allow_nsfw
enum<string>
default:0

Allow NSFW content: 0, 1

Available options:
0,
1
after
string
default:""

Pagination parameter

Maximum string length: 4096
need_format
boolean
default:false

Whether to clean and format the data

Response

200

Successful response. Response structure varies; refer to the actual API response.