# Kickstarter Project ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/kickstarter/project` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/kickstarter-project | ## Description Extract Kickstarter project data easily for market research, competitive analysis, and business strategy. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/kickstarter/project' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "creator_name": "ID-d'arts", "funding_goal": "5,000 EUR", "backers_count": 90, "project_title": "Le Stagiaire", "pledged_amount": "2,600 EUR", "funding_end_date": "2024-01-01T23:59:59Z", "project_image_url": "https://ksr-ugc.imgix.net/assets/038/127/939/2d07eb6c24b9bc07d0fedd013b848cfd_original.jpg?ixlib=rb-4.0.2&w=680&fit=max&v=1684363200&auto=format&frame=1&q=92&s=fc0ed25eba7e9df848b5d2f4a494f113", "creator_profile_url": "https://www.kickstarter.com/profile/872619774", "project_description": "Le Stagiaire is a thrilling game..." } ``` ## Documentation ## Overview Extract Kickstarter project data easily for market research, competitive analysis, and business strategy. ## Quickstart ``` GET https://api.piloterr.com/v2/kickstarter/project?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Kickstarter Project data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Kickstarter without maintaining scrapers - Power internal dashboards and workflow automations with live Kickstarter data