모든 웹사이트를구조화된 데이터로

모든 웹사이트를 스크래핑하고, 스크린샷을 캡처하고, 웹사이트 변경 사항을 모니터링하고, 모든 웹사이트에서 모든 형식으로 구조화된 데이터를 파싱합니다.무료로 사용해 보세요.

JSON

개발자 우선

확장 가능하고 유연함

강력한 통합과 사용자 정의 프로세서로 Supacrawler를 확장하세요.

통합

좋아하는 도구로 구축

좋아하는 도구와의 광범위한 통합을 지원합니다.

오픈 소스

함께 구축

MIT 라이선스. 포크하고 기여하고 당신 것으로 만드세요. 기여를 환영합니다!

시작하기

구축할 준비가 되셨나요?

모든 웹사이트를 구조화된 데이터로 변환

간단한 API

선호하는 언어 사용

API 및 SDK를 사용하여 모든 웹사이트에서 구조화된 데이터 추출

demo.ts
1// Parse API - AI-powered data extraction with natural language
2import { SupacrawlerClient } from '@supacrawler/js'
3
4const client = new SupacrawlerClient({ apiKey: process.env.SUPACRAWLER_API_KEY })
5
6// Extract product info using natural language
7const result = await client.parse({
8 prompt: "Extract product information from https://shop.example.com/iphone",
9 schema: {
10 type: "object",
11 properties: {
12 name: { type: "string" },
13 price: { type: "number" },
14 in_stock: { type: "boolean" }
15 },
16 required: ["name", "price"]
17 },
18 output_format: "json"
19})
20
21console.log('Success:', result.success)
22console.log('Data:', result.data)

유연한 플랜

귀하의 조건에 따른 가격

500 크레딧 무료로 시작하세요.크레딧은 만료되지 않습니다.
월간
연간

연간 청구로 최대 17% 절약

취미

개인 프로젝트 및 테스트용

$0/month

  • 500 free credits
  • 5 simple scrapes/min
  • 1 browser operation/min

스타터

인기

소규모 팀과 성장하는 비즈니스용

$15/month

  • 5,000 credits/month
  • 20 simple scrapes/min
  • 3 browser operations/min

프로

대규모 팀 및 기업용

$65/month

  • 100,000 credits/month
  • 100 simple scrapes/min
  • 10 browser operations/min

자주 묻는 질문