POST /api/wefunder/companies
Price: 5 credits
Get a Wefunder Regulation Crowdfunding company / raise profile by slug or URL
Get a Wefunder (wefunder.com) Regulation Crowdfunding company profile by slug or URL. Returns the raise's investment terms (pre_money_valuation, security_type, offering_type, min_investment, funding_target), total_amount_raised and total_investor_count, the founding team, featured investors, highlights (VC-backed, Y Combinator, repeat founder...), quick facts, investor Q&A, FAQ, recent posts, and social links.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)company string required — Company slug ('riserobotics') or company URL ('https://wefunder.com/riserobotics') (examples: "riserobotics", "rejuvenatebio", "https://wefunder.com/riserobotics"; minLength: 1)@type string (default: "WefunderCompany")id integer requiredalias string requiredname string requiredtagline string nullableelevator_pitch string nullabledescription string nullableurl string nullablelocation string nullableupdated_at integer nullablewebsite_url string nullableimage string nullablecover_image string nullableheader_media_url string nullabletotal_amount_raised number nullabletotal_investor_count integer nullableis_funded boolean nullableis_active boolean nullablequality_score number nullablecurrency string nullablesecurity_type string nullableoffering_type string nullablefunding_type string nullablestructure string nullablepre_money_valuation string nullableearly_bird_valuation string nullablemin_investment number nullablefunding_target number nullableminimum_target number nullablemaximum_target number nullabletesting_the_waters boolean nullablecan_invest_now boolean nullablelinkedin_url string nullabletwitter_url string nullablefacebook_url string nullableinstagram_url string nullableyoutube_url string nullableblog_url string nullablepost_count integer nullablequestion_count integer nullablefeatured_investor_count integer nullablefaq_count integer nullablehighlights array (default: [])@type string (default: "WefunderHighlightBadge")name string requiredpresentable_name string nullabledescription string nullablequick_facts array (default: [])team array (default: [])@type string (default: "WefunderTeamMember")id integer nullablename string requiredrole string nullablebio string nullableimage string nullableprofile_url string nullablepersonal_url string nullablelinkedin_url string nullabletwitter_url string nullablefeatured_investors array (default: [])@type string (default: "WefunderFeaturedInvestor")id integer nullablename string requiredrole_title string nullablebio string nullableimage string nullableprofile_url string nullableinvestor_profile_id integer nullableis_lead_investor boolean nullableendorsement_quote string nullableendorsement_name string nullableinvestment_total number nullableinvestment_info string nullableis_memo_paid_by_company boolean nullablerelated_urls array (default: [])investor_memos array (default: [])@type string (default: "WefunderInvestorMemo")investor_name string requiredmemo_url string nullablepaid_for_by_company boolean nullablelatest_fundraise object nullable@type string (default: "WefunderFundraise")id integer nullablestate string nullableoffering_type string nullablefunding_type string nullablestructure string nullablesecurity_type string nullablecurrency string nullabletesting_the_waters boolean nullablecan_invest_now boolean nullablemin_investment number nullablemax_investment number nullablefunding_target number nullableminimum_target number nullablemaximum_target number nullablepre_money_valuation string nullableearly_bird_valuation string nullablevaluation_caption string nullablefunding_started_at integer nullablefunding_closed_at integer nullableactive_fundraises array (default: [])@type string (default: "WefunderFundraise")id integer nullablestate string nullableoffering_type string nullablefunding_type string nullablestructure string nullablesecurity_type string nullablecurrency string nullabletesting_the_waters boolean nullablecan_invest_now boolean nullablemin_investment number nullablemax_investment number nullablefunding_target number nullableminimum_target number nullablemaximum_target number nullablepre_money_valuation string nullableearly_bird_valuation string nullablevaluation_caption string nullablefunding_started_at integer nullablefunding_closed_at integer nullableq_and_a array (default: [])@type string (default: "WefunderQuestion")id integer nullablequestion string requiredauthor_name string nullablevotes integer nullablecreated_at integer nullableurl string nullableanswers array (default: [])@type string (default: "WefunderAnswer")text string requiredauthor_name string nullablevotes integer nullablecreated_at integer nullablefaq array (default: [])@type string (default: "WefunderFaq")question string requiredtext string nullablerecent_posts array (default: [])@type string (default: "WefunderRecentPost")id integer nullablepost_type string nullabledocument_title string nullablepreview string nullablepublished_at integer nullableauthor_name string nullableurl string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Company not found Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.