Skip to main content
POST
/
api
/
indiehackers
/
products
/indiehackers/products
curl --request POST \
  --url https://api.anysite.io/api/indiehackers/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "IndiehackersProduct",
    "tagline": "<string>",
    "description": "<string>",
    "revenue": 123,
    "is_revenue_verified": false,
    "follower_count": 123,
    "website_url": "<string>",
    "image": "<string>",
    "twitter_handle": "<string>",
    "facebook_url": "<string>",
    "verticals": [],
    "revenue_models": [],
    "funding": [],
    "platforms": [],
    "employees": "<string>",
    "commitment": "<string>",
    "founders_type": "<string>",
    "founders_can_code": true,
    "start_date": "<string>",
    "end_date": "<string>",
    "user_ids": [],
    "founders": [],
    "created_at": 123,
    "published_at": 123,
    "updated_at": 123,
    "approved_at": 123,
    "bumped_at": 123,
    "product_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

Product slug or product URL

Minimum string length: 1
Examples:

"wysera"

"https://www.indiehackers.com/product/wysera"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:IndiehackersProduct
tagline
string | null
description
string | null
revenue
number | null
is_revenue_verified
boolean
default:false
follower_count
integer | null
website_url
string | null
image
string | null
twitter_handle
string | null
facebook_url
string | null
verticals
string[]
revenue_models
string[]
funding
string[]
platforms
string[]
employees
string | null
commitment
string | null
founders_type
string | null
founders_can_code
boolean | null
start_date
string | null
end_date
string | null
user_ids
string[]
founders
object[]
created_at
integer | null
published_at
integer | null
updated_at
integer | null
approved_at
integer | null
bumped_at
integer | null
product_url
string | null