Skip to main content
POST
/
ai_based
/
hackernews
/
search
/hackernews/search
curl --request POST \
  --url https://api.anysite.io/ai_based/hackernews/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "x-algolia-api-key": "<string>",
  "x-algolia-application-id": "<string>",
  "timeout": 300,
  "page": "<string>",
  "hitsPerPage": "<string>",
  "x-algolia-agent": "<string>"
}
'
{
  "title": "<unknown>",
  "url": "<unknown>",
  "author": "<unknown>",
  "points": "<unknown>",
  "num_comments": "<unknown>",
  "story_id": "<unknown>",
  "created_at": "<unknown>"
}

Body

application/json
query
string
required
x-algolia-api-key
string
required
x-algolia-application-id
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
page
string
hitsPerPage
string
x-algolia-agent
string

Response

Successful Response

title
any
required
url
any
author
any
points
any
num_comments
any
story_id
any
created_at
any