Trending (Popular Trends)
Search1API is a company specializing in search, with their standout feature being affordable pricing. Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
Available options: github, hackernews
{
"search_service": "github",
"max_results": 10
}
Request samples
curl --location --request POST 'https://api.302.ai/search1api/trending' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--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:08:08