Search1APIは検索に特化した会社で、その最大の特色はリーズナブルな価格設定です。 Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
利用可能なオプション:github、hackernews
{
"search_service": "github",
"max_results": 10
}
Request samples
curl --location --request POST 'https://api.302.ai/search1api/trending' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_service": "github",
"max_results": 10
}'
Responses
application/json {
"searchParameters": {
"query": "<string>",
"search_service": "<string>",
"max_results": 50,
"crawl_results": 5,
"image": true,
"gl": "<string>",
"hl": "<string>"
},
"results": [
{
"title": "<string>",
"link": "<string>",
"snippet": "<string>",
"content": "<string>"
}
]
}
Modified at 2025-03-26 02:09:16