{
"items": [
{
"name": "Capterra",
"DR": 93,
"Traffic": "4.2M",
"Category": "Technology, E-commerce & B2B Solutions, Marketing, SEO & Content, E-commerce Marketplaces"
},
{
"name": "Saasworthy",
"DR": 83,
"Traffic": "65K",
"Category": "Technology, Software"
},
{
"name": "Product Hunt",
"DR": 81,
"Traffic": "3.1M",
"Category": "Technology & Software"
},
{
"name": "GetApp",
"DR": 72,
"Traffic": "180K",
"Category": "Technology, Software"
},
{
"name": "Futurepopia",
"DR": 81,
"Traffic": "65K",
"Category": "Technology, Software"
},
{
"name": "There's An AI For That",
"DR": 73,
"Traffic": "420K",
"Category": "AI Assistants & Virtual Agents"
},
{
"name": "AI Tools Directory",
"DR": 65,
"Traffic": "180K",
"Category": "AI Assistants & Virtual Agents"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13953/api+listingbott/32449/get+directory+listings' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 API 列表bott API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|