Skip to main content
POST
/
api
/
kickstarter
/
projects
/
search
/kickstarter/projects/search
curl --request POST \
  --url https://api.anysite.io/api/kickstarter/projects/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "term": "<string>",
  "category": [],
  "state": [],
  "sort": "magic",
  "raised_min": 1,
  "raised_max": 1,
  "goal_min": 1,
  "goal_max": 1,
  "pledged_min": 1,
  "pledged_max": 1,
  "staff_picks": false,
  "location_id": 123
}
'
[
  {
    "id": 123,
    "name": "<string>",
    "alias": "<string>",
    "@type": "KickstarterProject",
    "description": "<string>",
    "project_url": "<string>",
    "image": "<string>",
    "video_url": "<string>",
    "state": "<string>",
    "goal": 123,
    "pledged": 123,
    "usd_pledged": 123,
    "converted_pledged_amount": 123,
    "percent_funded": 123,
    "backer_count": 123,
    "currency": "<string>",
    "currency_symbol": "<string>",
    "current_currency": "<string>",
    "static_usd_rate": 123,
    "fx_rate": 123,
    "usd_exchange_rate": 123,
    "country": "<string>",
    "country_displayable_name": "<string>",
    "created_at": 123,
    "launched_at": 123,
    "deadline": 123,
    "state_changed_at": 123,
    "updated_at": 123,
    "successful_at": 123,
    "is_staff_pick": true,
    "is_starrable": true,
    "is_launched": true,
    "is_prelaunch_activated": true,
    "is_in_post_campaign_pledging_phase": true,
    "is_spotlight": true,
    "disable_communication": true,
    "tags": [],
    "comment_count": 123,
    "update_count": 123,
    "faq_count": 123,
    "has_community": true,
    "creator": {
      "name": "<string>",
      "@type": "KickstarterCreator",
      "id": 123,
      "alias": "<string>",
      "image": "<string>",
      "profile_url": "<string>"
    },
    "category": {
      "name": "<string>",
      "@type": "KickstarterProjectCategory",
      "id": 123,
      "alias": "<string>",
      "parent_id": 123,
      "parent_name": "<string>"
    },
    "location": {
      "@type": "KickstarterLocation",
      "id": 123,
      "name": "<string>",
      "displayable_name": "<string>",
      "country": "<string>",
      "state": "<string>",
      "location_type": "<string>",
      "alias": "<string>"
    },
    "story": "<string>",
    "risks": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of projects to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
term
string | null

Free-text keyword to match projects

category
enum<string>[] | null

Filter by one or more categories or subcategories

Available options:
art,
comics,
crafts,
dance,
design,
fashion,
film_video,
food,
games,
journalism,
music,
photography,
publishing,
technology,
theater,
art_ceramics,
art_conceptual_art,
art_digital_art,
art_illustration,
art_installations,
art_mixed_media,
art_painting,
art_performance_art,
art_public_art,
art_sculpture,
art_social_practice,
art_textiles,
art_video_art,
comics_anthologies,
comics_comic_books,
comics_events,
comics_graphic_novels,
comics_webcomics,
crafts_candles,
crafts_crochet,
crafts_diy,
crafts_embroidery,
crafts_glass,
crafts_knitting,
crafts_pottery,
crafts_printing,
crafts_quilts,
crafts_stationery,
crafts_weaving,
crafts_woodworking,
dance_performances,
dance_spaces,
dance_workshops,
design_architecture,
design_civic_design,
design_graphic_design,
design_interactive_design,
design_product_design,
design_toys,
design_typography,
fashion_accessories,
fashion_apparel,
fashion_childrenswear,
fashion_couture,
fashion_footwear,
fashion_jewelry,
fashion_pet_fashion,
fashion_ready_to_wear,
film_video_action,
film_video_animation,
film_video_comedy,
film_video_documentary,
film_video_drama,
film_video_experimental,
film_video_family,
film_video_fantasy,
film_video_festivals,
film_video_horror,
film_video_movie_theaters,
film_video_music_videos,
film_video_narrative_film,
film_video_romance,
film_video_science_fiction,
film_video_shorts,
film_video_television,
film_video_thrillers,
film_video_webseries,
food_community_gardens,
food_cookbooks,
food_drinks,
food_events,
food_farmer_s_markets,
food_farms,
food_food_trucks,
food_restaurants,
food_small_batch,
food_spaces,
food_vegan,
games_gaming_hardware,
games_live_games,
games_mobile_games,
games_playing_cards,
games_puzzles,
games_stl,
games_tabletop_games,
games_ttrpg,
games_video_games,
journalism_audio,
journalism_photo,
journalism_print,
journalism_video,
journalism_web,
music_blues,
music_classical_music,
music_comedy,
music_country_folk,
music_electronic_music,
music_faith,
music_hip_hop,
music_indie_rock,
music_jazz,
music_kids,
music_latin,
music_metal,
music_pop,
music_punk,
music_r_b,
music_rock,
music_world_music,
photography_animals,
photography_fine_art,
photography_nature,
photography_people,
photography_photobooks,
photography_places,
publishing_academic,
publishing_anthologies,
publishing_art_books,
publishing_audiobooks,
publishing_calendars,
publishing_children_s_books,
publishing_comedy,
publishing_fiction,
publishing_letterpress,
publishing_literary_journals,
publishing_literary_spaces,
publishing_nonfiction,
publishing_periodicals,
publishing_poetry,
publishing_radio_podcasts,
publishing_translations,
publishing_young_adult,
publishing_zines,
technology_3d_printing,
technology_apps,
technology_camera_equipment,
technology_diy_electronics,
technology_fabrication_tools,
technology_flight,
technology_gadgets,
technology_hardware,
technology_makerspaces,
technology_robots,
technology_software,
technology_sound,
technology_space_exploration,
technology_wearables,
technology_web,
theater_comedy,
theater_experimental,
theater_festivals,
theater_immersive,
theater_musical,
theater_plays
state
enum<string>[] | null

Filter by one or more campaign states

Available options:
live,
successful,
failed,
upcoming,
late_pledge,
submitted,
started,
cancelled,
suspended
sort
enum<string>
default:magic

Sort order

Available options:
magic,
popularity,
newest,
end_date,
most_funded,
most_backed
raised
enum<string> | null

Coarse filter by how much of the funding goal has been raised

Available options:
0,
1,
2
raised_min
integer | null

Minimum percent of the funding goal raised (e.g. 100 for fully funded)

Required range: x >= 0
raised_max
integer | null

Maximum percent of the funding goal raised

Required range: x >= 0
goal_min
integer | null

Minimum funding goal in USD

Required range: x >= 0
goal_max
integer | null

Maximum funding goal in USD

Required range: x >= 0
pledged_min
integer | null

Minimum amount pledged in USD

Required range: x >= 0
pledged_max
integer | null

Maximum amount pledged in USD

Required range: x >= 0
staff_picks
boolean
default:false

Only include Projects We Love (staff picks)

location_id
integer | null

Filter by location id (woe_id), e.g. 23424977 for the United States

Response

Successful Response

id
integer
required
name
string
required
alias
string
required
@type
string
default:KickstarterProject
description
string | null
project_url
string | null
image
string | null
video_url
string | null
state
string | null
goal
number | null
pledged
number | null
usd_pledged
number | null
converted_pledged_amount
number | null
percent_funded
number | null
backer_count
integer | null
currency
string | null
currency_symbol
string | null
current_currency
string | null
static_usd_rate
number | null
fx_rate
number | null
usd_exchange_rate
number | null
country
string | null
country_displayable_name
string | null
created_at
integer | null
launched_at
integer | null
deadline
integer | null
state_changed_at
integer | null
updated_at
integer | null
successful_at
integer | null
is_staff_pick
boolean | null
is_starrable
boolean | null
is_launched
boolean | null
is_prelaunch_activated
boolean | null
is_in_post_campaign_pledging_phase
boolean | null
is_spotlight
boolean | null
disable_communication
boolean | null
tags
string[]
comment_count
integer | null
update_count
integer | null
faq_count
integer | null
has_community
boolean | null
creator
object | null
category
object | null
location
object | null
story
string | null
risks
string | null