Skip to main content
GET
Fetch Reddit APP Dynamic Search Results
获取Reddit APP动态搜索结果 计费 — 成功调用基准价 $0.00145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

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

查询参数

language
string
默认值: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
必填

Search query

Required string length: 1 - 512
search_type
enum<string>
默认值:post

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

可用选项:
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

可用选项:
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

可用选项:
all,
year,
month,
week,
day,
hour

Safe search setting: unset, strict

可用选项:
unset,
strict
allow_nsfw
enum<string>
默认值:0

Allow NSFW content: 0, 1

可用选项:
0,
1
after
string
默认值:""

Pagination parameter

Maximum string length: 4096
need_format
boolean
默认值:false

Whether to clean and format the data

响应

200

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