다음을 통해 공유


미국 특허상표청(독립출판사)(미리 보기)

특허 출원에 대한 참고 문헌 데이터를 검색하고 검색합니다.

이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.

서비스 클래스 Regions
Copilot Studio Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
논리 앱 스탠다드 다음을 제외한 모든 Logic Apps 지역 :
     - Azure Government 지역
     - Azure 중국 지역
     - 미국 국방부(DoD)
Power Apps Premium 다음을 제외한 모든 Power Apps 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
Power Automate (파워 오토메이트) Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
연락처
이름 미국 특허상표청
URL https://developer.uspto.gov
전자 메일 uspto@uspto.gov
커넥터 메타데이터
게시자 크라우트로커
웹 사이트 https://developer.uspto.gov
개인 정보 보호 정책 https://www.uspto.gov/privacy-policy
카테고리 IT 운영

미국 특허상표청(독립출판사)

퍼블리셔: 댄 로마노(스위캣)

필수 조건

API 키를 얻으려면 미국 특허상표청 에 등록된 개발자 계정이 있어야 합니다.

USPTO API 개발자 허브에서 키를 등록하고 검색할 수 있습니다.

지원되는 작업

커넥터는 USPTO의 특허 참고 문헌 및 파일 래퍼 데이터 서비스에 대한 액세스를 제공합니다.
GET(쿼리 매개 변수)POST(구조적 JSON 페이로드) 검색에서 유연한 대용량 특허 데이터 검색을 모두 지원합니다.

  • GET /applications/search - 쿼리 매개 변수(q, filters, rangeFilterssort)를 사용하여 특허 출원을 검색합니다.
    매개 변수가 지정되지 않은 경우 기본적으로 상위 25개 레코드를 반환합니다.

  • POST /applications/search- 필터, 범위 필터, 페이지 매김 및 필드 선택과 함께 구조화된 JSON 페이로드를 사용하여 고급 검색을 수행합니다.
    예제:

  • GET /applications/search/download - 쿼리 매개 변수를 사용하여 다운로드 형식으로 검색 결과를 검색합니다.

  • POST /applications/search/download - 검색 POST 엔드포인트와 유사한 페이로드를 사용하여 json 또는 csv 형식으로 검색 결과를 다운로드합니다.

특허 출원 세부 정보

다음 각 엔드포인트는 지정된 특허 출원 번호({applicationNumberText})와 관련된 특정 데이터를 검색합니다.

  • GET /{applicationNumberText} - 출원 번호별 특허 획득

  • GET /{applicationNumberText}/meta-data – 특허 출원에 대한 참고 문헌 메타데이터입니다.

  • GET /{applicationNumberText}/adjustment – 용어 조정 정보입니다.

  • GET /{applicationNumberText}/assignment – 할당 및 소유권 데이터입니다.

  • GET /{applicationNumberText}/attorney – 변호사 및 서신 세부 정보.

  • GET /{applicationNumberText}/continuity – 연속성 데이터(부모 및 자식 애플리케이션).

  • GET /{applicationNumberText}/foreign-priority – 외국 우선 순위 클레임 세부 정보입니다.

  • GET /{applicationNumberText}/transactions – 애플리케이션 트랜잭션 기록입니다.

  • GET /{applicationNumberText}/documents – 게시된 파일 래퍼 문서입니다.

  • GET /{applicationNumberText}/associated-documents – 관련 게시(PGPub 또는 grant) 메타데이터.

특허 참조 데이터

  • GET /patent/status-codes – USPTO 레코드에 사용되는 상태 코드 및 해당 정의를 검색합니다.

  • POST /patent/status-codes – JSON 페이로드를 통해 특허 출원 상태 코드를 검색합니다.

  • GET /datasets/products/search – USPTO 제품 데이터 세트를 검색합니다.

  • GET /datasets/products/{productIdentifier} – 특정 데이터 세트에 대한 메타데이터를 검색합니다.

청원 결정 데이터

  • GET /petition/decisions/search – 청원 결정 레코드(쿼리 매개 변수)를 검색합니다.

  • POST /petition/decisions/search – JSON(청원 결정 레코드)을 검색합니다.

  • GET /petition/decisions/search/download – 청원 결정(쿼리 매개 변수)을 다운로드합니다.

  • POST /petition/decisions/search/download – JSON(청원 결정)을 다운로드합니다.

  • GET /petition/decisions/{petitionDecisionRecordIdentifier} – 특정 청원 결정 기록을 검색합니다.

  • POST /patent/applications/text-to-search – 텍스트 입력을 수락하고 일치하는 특허 출원 결과를 반환합니다.

자격 증명 가져오기

  • 공식 USPTO API 참조는 여기에서 찾을 수 있습니다.

시작하기

공식 사이트

공식 USPTO API 참조

  • USPTO 개발자 허브로 이동합니다.
  • 개발자 계정에 등록하거나 로그인합니다.
  • Patent Data API에 대한 API 키 요청.참고: API 키가 필요합니다. 여기에서 API 키를 가져옵니다.
  • API 키를 복사하고 안전하게 저장합니다. 요청을 인증하는 데 사용합니다.

Power Platform에서 연결을 만들 때 USPTO API 키를 입력합니다. 커넥터는 요청 헤더에 이 키를 로 자동으로 보냅니다. x-api-key: {your-api-key}

알려진 문제 및 제한 사항

1.) 요청 제한 사항

USPTO는 요청 볼륨에 따라 API 사용량을 속도 제한할 수 있습니다.

  • /search/download GET 엔드포인트는 샌드박스 모드에서 사용할 수 없습니다. 대신 POST 변형을 사용합니다.

  • 쿼리 시간 제한은 복잡한 필터 또는 큰 날짜 범위를 사용할 때 발생할 수 있습니다.

  • 데이터 새로 고침은 USPTO의 내부 게시 일정에 따라 달라집니다.

2.) 전환 중

  • 웹 사이트에서: "2025년 3월 14일부터 PEDS(특허 심사 데이터 시스템)를 더 이상 사용할 수 없습니다. USPTO 특허 출원 또는 특허 출원 상태의 공개적으로 사용 가능한 기록에 액세스하기 위해 사용자는 Open Data Portal의 특허 파일 래퍼 기능에 액세스할 수 있습니다."

  • [여기에서 자세히 알아보기[(https://data.uspto.gov/apis/transition-guide/bdss).

3.) 텍스트-검색 엔드포인트

텍스트 검색 엔드포인트는 Swagger 문서에서 찾을 수 있지만 공용 사이트에는 나열되지 않습니다. 해당 엔드포인트는 이 커넥터에 포함되지 않습니다.

대안으로 사용하는 /api/v1/patent/applications/search 것이 좋습니다.

4.) 제품 식별자 코드

대량 데이터 엔드포인트의 경우 제품 식별자가 필요합니다. 예제는 여기에서 찾을 수 있습니다.

연결을 만드는 중

커넥터는 다음 인증 유형을 지원합니다.

기본값 연결을 만들기 위한 매개 변수입니다. 모든 지역 공유할 수 없음

기본값

적용 가능: 모든 지역

연결을 만들기 위한 매개 변수입니다.

공유 가능한 연결이 아닙니다. 전원 앱이 다른 사용자와 공유되면 다른 사용자에게 새 연결을 명시적으로 만들라는 메시지가 표시됩니다.

이름 유형 Description 필수
API 키 시큐어스트링 (보안 문자열) 이 api에 대한 api_key 진실

제한 한도

Name 호출 갱신 기간
연결당 API 호출 100 60초

동작

JSON 페이로드를 통해 특허 출원 상태 코드 검색

구조적 JSON 페이로드를 사용하여 특허 출원 상태 코드에 대한 고급 검색을 수행합니다. 요청의 모든 필드는 선택 사항입니다.

검색 청원 결정(고급 JSON)

구조화된 JSON 페이로드를 사용하여 청원 결정 데이터를 검색합니다. 부울 검색, 필터, 범위 필터, 정렬, 필드 선택 및 페이지 매김을 지원합니다.

검색 청원 결정(쿼리 매개 변수)

쿼리 매개 변수를 제공하여 청원 결정 데이터를 검색합니다. 쿼리 매개 변수는 선택 사항입니다. 아무 것도 제공되지 않으면 상위 25개 레코드가 반환됩니다.

대량 데이터 세트 제품 검색

선택적 필터 및 검색 매개 변수를 사용하여 사용 가능한 USPTO 대량 데이터 세트를 검색합니다.

변호사 또는 에이전트 데이터 가져오기

특정 특허 출원 번호에 대한 변호사 또는 대리인 표현 세부 정보를 검색합니다.

숫자로 특허 출원 받기

지정된 특허 출원 번호에 대한 자세한 참고 문헌 데이터를 검색합니다. 특수 문자(예: PCT/BR00/000001)를 포함하는 애플리케이션 번호는 UTF-8로 인코딩되어야 합니다.

식별자별 대량 데이터 세트 제품 가져오기

특정 USPTO 대량 데이터 세트 제품에 대한 세부 정보를 짧은 이름(productIdentifier)으로 검색합니다. 선택적 매개 변수를 사용하면 날짜 범위별로 필터링하고 제품 파일을 포함할 수 있습니다.

식별자에 의한 청원 결정 가져오기

고유한 청원 결정 기록 식별자를 통해 자세한 청원 결정 정보를 검색합니다. 필요에 따라 쿼리 매개 변수를 사용하여 includeDocuments 응답에 의사 결정 문서를 포함합니다.

연결된 게시 가져오기 및 문서 메타데이터 부여

PGPub(관련 게시)에 대한 메타데이터를 검색하고 특정 특허 출원 번호에 연결된 문서를 부여합니다.

외국 우선 순위 데이터 가져오기

외국 출원 번호, 국가 및 출원 날짜를 포함하여 특정 특허 출원에 대한 외국 우선 순위 세부 정보를 검색합니다.

청원 결정 데이터 다운로드(고급 JSON)

구조화된 JSON 페이로드를 제공하여 청원 결정 데이터를 다운로드합니다. 응답은 매개 변수에 따라 JSON 또는 CSV 형식을 format 지원합니다.

청원 결정 데이터 다운로드(쿼리 매개 변수)

쿼리 매개 변수를 제공하여 청원 결정 데이터를 검색합니다. 선택적 쿼리 매개 변수를 지원하고 기본적으로 상위 25개 결과를 반환합니다.

쿼리 매개 변수를 사용하여 특허 출원 검색

선택적 필터, 필드, 정렬 및 패싯과 일치하는 최대 25개의 특허 출원을 반환합니다.

특허 거래 기록 가져오기

특정 특허 출원 번호에 대한 기소 이벤트 및 트랜잭션의 시간순 목록을 검색합니다.

특허 기간 조정 데이터 가져오기

확장 및 지연 정보를 포함하여 특정 응용 프로그램 번호에 대한 특허 기간 조정 세부 정보를 검색합니다.

특허 데이터 다운로드

JSON 검색 페이로드를 제공하여 특허 출원 데이터를 다운로드합니다.

특허 연속성 데이터 가져오기

연속, 나누기 및 연속을 포함하여 지정된 특허 출원 번호에 대한 부모 및 자식 연속성 관계를 검색합니다.

특허 출원 검색(고급 JSON)

구조적 JSON 페이로드를 사용하여 특허 출원 데이터를 검색합니다.

특허 출원 메타데이터 가져오기

참고 문헌 및 파일 래퍼 데이터를 포함하여 지정된 특허 출원 번호에 대한 메타데이터 세부 정보를 검색합니다.

특허 출원 상태 코드 검색

쿼리 매개 변수를 사용하여 특허 출원 상태 코드 및 설명을 검색하고 필터링합니다. 모든 매개 변수는 선택 사항입니다. 기본적으로 상위 25개 결과를 반환합니다.

특허 출원에 대한 문서 메타데이터 가져오기

사무실 작업, 응답 및 수수료 워크시트를 포함하여 특정 특허 출원 번호에 대해 출원하거나 발급한 문서의 세부 정보를 검색합니다.

특허 할당 데이터 가져오기

특정 특허 출원 번호에 대한 할당 및 소유권 이전 정보를 검색합니다.

JSON 페이로드를 통해 특허 출원 상태 코드 검색

구조적 JSON 페이로드를 사용하여 특허 출원 상태 코드에 대한 고급 검색을 수행합니다. 요청의 모든 필드는 선택 사항입니다.

매개 변수

Name 필수 형식 Description
q
q string

부울 연산자(AND, OR, NOT), 와일드카드(*) 및 정확한 구("")를 지원하는 쿼리를 검색합니다. 상태 코드 및 설명 필드에서 일치합니다.

이름
name string

필터링할 필드 이름입니다.

value
value array of string

지정된 필드의 필터 값 목록입니다.

분야
field string

범위 필터의 필드 이름입니다.

값에서
valueFrom string

범위의 시작 값(포함)입니다.

valueTo
valueTo string

범위의 끝 값(포함)입니다.

분야
field string

정렬 기준으로 할 필드 이름입니다.

order
order string

정렬 순서(asc 또는 desc).

offset
offset integer

반환할 첫 번째 레코드의 오프셋입니다.

limit
limit integer

반환할 최대 레코드 수입니다.

반환

특허 상태 코드 검색 결과에 대한 응답 구조입니다.

검색 청원 결정(고급 JSON)

구조화된 JSON 페이로드를 사용하여 청원 결정 데이터를 검색합니다. 부울 검색, 필터, 범위 필터, 정렬, 필드 선택 및 페이지 매김을 지원합니다.

매개 변수

Name 필수 형식 Description
q
q string

부울 연산자 또는 필드 기반 쿼리를 사용하여 텍스트를 검색합니다.

이름
name string
value
value array of string
분야
field string
값에서
valueFrom string
valueTo
valueTo string
분야
field string
order
order string
fields
fields array of string

응답에 포함할 필드 목록입니다.

offset
offset integer
limit
limit integer
측면
facets array of string

패싯을 생성할 필드 이름 목록입니다.

반환

청원 결정 검색 응답.

검색 청원 결정(쿼리 매개 변수)

쿼리 매개 변수를 제공하여 청원 결정 데이터를 검색합니다. 쿼리 매개 변수는 선택 사항입니다. 아무 것도 제공되지 않으면 상위 25개 레코드가 반환됩니다.

매개 변수

Name 필수 형식 Description
검색어
q string

부울 연산자(AND, OR, NOT), 와일드카드(*) 및 정확한 구("")를 지원하는 쿼리 문자열입니다.

정렬 순서
sort string

필드 이름 뒤에 정렬 방향(asc 또는 desc)이 잇습니다.

상쇄
offset integer

반환할 첫 번째 레코드의 데이터 세트에 위치합니다.

한계
limit integer

반환할 최대 레코드 수입니다.

패싯 필드
facets string

패싯할 필드의 쉼표로 구분된 목록입니다.

선택한 필드
fields string

응답에 포함할 필드의 쉼표로 구분된 목록입니다.

필터
filters string

필드 이름 및 값을 제공하여 결과를 필터링합니다.

범위 필터
rangeFilters string

숫자 또는 날짜 범위를 제공하여 결과를 필터링합니다.

반환

청원 결정 검색 응답.

대량 데이터 세트 제품 검색

선택적 필터 및 검색 매개 변수를 사용하여 사용 가능한 USPTO 대량 데이터 세트를 검색합니다.

매개 변수

Name 필수 형식 Description
검색어
q string

부울 연산자(AND, OR, NOT), 와일드카드(*) 및 정확한 구("")를 지원하는 검색 쿼리 문자열입니다. 예: decisionTypeCodeDescriptionText:Denied OR finalDecidingOfficeName:OFFICE

정렬 필드
sort string

결과를 정렬할 필드(예: petitionMailDate asc)입니다.

레코드 오프셋
offset integer

반환할 첫 번째 레코드의 데이터 세트에 위치합니다.

결과 제한
limit integer

반환할 최대 결과 수입니다.

Facets
facets string

쉼표로 구분된 그룹화할 필드 목록(패싯) 결과 기준입니다.

Fields
fields string

응답에 포함할 필드의 쉼표로 구분된 목록입니다.

필터
filters string

공백으로 구분된 필드 값 필터입니다. 예: technologyCenter 3600 또는 businessEntityStatusCategory 'Small'.

범위 필터
rangeFilters string

구분 기호를 사용하여 : 숫자 또는 날짜 범위 필터를 지정합니다. 예: petitionMailDate 2021-01-01:2025-01-01

반환

USPTO 대량 데이터 세트 검색 결과에 대한 응답 구조입니다.

변호사 또는 에이전트 데이터 가져오기

특정 특허 출원 번호에 대한 변호사 또는 대리인 표현 세부 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

변호사 또는 에이전트 정보가 요청되는 특허 출원 번호입니다.

반환

숫자로 특허 출원 받기

지정된 특허 출원 번호에 대한 자세한 참고 문헌 데이터를 검색합니다. 특수 문자(예: PCT/BR00/000001)를 포함하는 애플리케이션 번호는 UTF-8로 인코딩되어야 합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

특허 출원 번호(특수 문자가 있는 경우 UTF-8로 인코딩됨).

반환

식별자별 대량 데이터 세트 제품 가져오기

특정 USPTO 대량 데이터 세트 제품에 대한 세부 정보를 짧은 이름(productIdentifier)으로 검색합니다. 선택적 매개 변수를 사용하면 날짜 범위별로 필터링하고 제품 파일을 포함할 수 있습니다.

매개 변수

Name 필수 형식 Description
제품 식별자
productIdentifier True string

대량 데이터 세트 제품의 짧은 이름(예: BDSS_PETITIONS_2024).

파일 데이터 시작 날짜
fileDataFromDate date

데이터 세트 파일을 날짜별로 필터링하는 시작 날짜(포함)입니다.

파일 데이터 종료 날짜
fileDataToDate date

데이터 세트 파일을 날짜별로 필터링하는 종료 날짜(포함)입니다.

상쇄
offset integer

건너뛸 제품 파일 레코드의 수입니다.

한계
limit integer

반환할 제품 파일 레코드의 수입니다.

포함 파일
includeFiles boolean

응답에 자세한 파일 레코드를 포함하려면 true로 설정합니다. false를 사용하여 생략합니다.

최신 전용
latest boolean

이 데이터 세트에 대한 최신 제품 파일만 반환하려면 true로 설정합니다.

반환

특정 USPTO 대량 데이터 세트 제품에 대한 자세한 응답입니다.

식별자에 의한 청원 결정 가져오기

고유한 청원 결정 기록 식별자를 통해 자세한 청원 결정 정보를 검색합니다. 필요에 따라 쿼리 매개 변수를 사용하여 includeDocuments 응답에 의사 결정 문서를 포함합니다.

매개 변수

Name 필수 형식 Description
청원 결정 식별자
petitionDecisionRecordIdentifier True string

고유한 청원 결정 기록 식별자입니다.

의사 결정 문서 포함
includeDocuments boolean

응답에 true 청원 결정 문서를 포함하거나 false 생략하도록 설정합니다.

반환

특정 식별자에 대한 청원 결정 세부 정보가 포함된 응답 개체입니다.

연결된 게시 가져오기 및 문서 메타데이터 부여

PGPub(관련 게시)에 대한 메타데이터를 검색하고 특정 특허 출원 번호에 연결된 문서를 부여합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

관련 게시 및 부여 문서가 요청되는 특허 출원 번호입니다.

반환

외국 우선 순위 데이터 가져오기

외국 출원 번호, 국가 및 출원 날짜를 포함하여 특정 특허 출원에 대한 외국 우선 순위 세부 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

외국 우선 순위 데이터가 요청되는 특허 출원 번호입니다.

반환

청원 결정 데이터 다운로드(고급 JSON)

구조화된 JSON 페이로드를 제공하여 청원 결정 데이터를 다운로드합니다. 응답은 매개 변수에 따라 JSON 또는 CSV 형식을 format 지원합니다.

매개 변수

Name 필수 형식 Description
q
q string

부울 또는 필드 기반 검색을 사용하여 문자열을 쿼리합니다.

이름
name string
value
value array of string
분야
field string
값에서
valueFrom string
valueTo
valueTo string
분야
field string
order
order string
fields
fields array of string

출력에 포함할 필드입니다.

offset
offset integer
limit
limit integer
측면
facets array of string

집계를 계산하는 선택적 패싯입니다.

format
format string

반환된 데이터의 형식입니다.

반환

청원 결정 검색 응답.

청원 결정 데이터 다운로드(쿼리 매개 변수)

쿼리 매개 변수를 제공하여 청원 결정 데이터를 검색합니다. 선택적 쿼리 매개 변수를 지원하고 기본적으로 상위 25개 결과를 반환합니다.

매개 변수

Name 필수 형식 Description
검색어
q string

부울 연산자(AND, OR, NOT), 와일드카드(*) 및 정확한 구("")를 허용하는 검색 쿼리 문자열입니다.

정렬 순서
sort string

필드 이름 뒤에 정렬 순서(asc 또는 desc)가 잇습니다.

상쇄
offset integer

응답을 시작할 데이터 세트 위치입니다.

한계
limit integer

반환할 최대 레코드 수입니다.

선택한 필드
fields string

결과에 포함할 필드의 쉼표로 구분된 목록입니다.

필터
filters string

필드 이름 및 값을 사용하여 결과를 필터링합니다. 예: decisionTypeCodeDescriptionText DENIED

범위 필터
rangeFilters string

숫자 또는 날짜 범위를 기준으로 필터링합니다. 예: petitionMailDate 2021-01-01:2025-01-01

다운로드 형식
format string

반환된 데이터 세트의 형식(json 또는 csv)입니다.

반환

청원 결정 검색 응답.

쿼리 매개 변수를 사용하여 특허 출원 검색

선택적 필터, 필드, 정렬 및 패싯과 일치하는 최대 25개의 특허 출원을 반환합니다.

매개 변수

Name 필수 형식 Description
검색어
q string

부울, 범위 및 와일드카드 구문을 지원하는 텍스트 문자열을 검색합니다.

정렬 순서
sort string

필드 및 정렬 순서(예: filingDate asc)입니다.

상쇄
offset integer

레코드 오프셋 위치입니다.

한계
limit integer

반환할 레코드의 수입니다.

Facets
facets string

패싯할 쉼표로 구분된 필드입니다.

Fields
fields string

결과에 포함할 필드의 쉼표로 구분된 목록입니다.

필터
filters string

필드 이름 및 값을 사용하여 레코드를 필터링합니다.

범위 필터
rangeFilters string

숫자 또는 날짜 필드에 대한 범위 필터입니다.

반환

특허 거래 기록 가져오기

특정 특허 출원 번호에 대한 기소 이벤트 및 트랜잭션의 시간순 목록을 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

트랜잭션 기록이 요청되는 특허 출원 번호입니다.

반환

특허 기간 조정 데이터 가져오기

확장 및 지연 정보를 포함하여 특정 응용 프로그램 번호에 대한 특허 기간 조정 세부 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

용어 조정 정보가 요청되는 특허 출원 번호입니다.

반환

특허 데이터 다운로드

JSON 검색 페이로드를 제공하여 특허 출원 데이터를 다운로드합니다.

매개 변수

Name 필수 형식 Description
q
q string

쿼리 문자열을 검색합니다.

이름
name string
value
value array of string
분야
field string
값에서
valueFrom string
valueTo
valueTo string
분야
field string
order
order string
fields
fields array of string
offset
offset integer
limit
limit integer
format
format string

반환

특허 연속성 데이터 가져오기

연속, 나누기 및 연속을 포함하여 지정된 특허 출원 번호에 대한 부모 및 자식 연속성 관계를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

연속성 데이터가 요청되는 특허 출원 번호입니다.

반환

특허 출원 검색(고급 JSON)

구조적 JSON 페이로드를 사용하여 특허 출원 데이터를 검색합니다.

매개 변수

Name 필수 형식 Description
q
q string

부울 연산자 및 와일드카드를 지원하는 쿼리 문자열을 검색합니다.

이름
name string
value
value array of string
분야
field string
값에서
valueFrom string
valueTo
valueTo string
분야
field string
order
order string
fields
fields array of string
offset
offset integer
limit
limit integer
측면
facets array of string

반환

특허 출원 메타데이터 가져오기

참고 문헌 및 파일 래퍼 데이터를 포함하여 지정된 특허 출원 번호에 대한 메타데이터 세부 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

메타데이터가 요청되는 특허 출원 번호입니다.

반환

특허 출원 상태 코드 검색

쿼리 매개 변수를 사용하여 특허 출원 상태 코드 및 설명을 검색하고 필터링합니다. 모든 매개 변수는 선택 사항입니다. 기본적으로 상위 25개 결과를 반환합니다.

매개 변수

Name 필수 형식 Description
검색어
q string

부울 연산자(AND, OR, NOT), 와일드카드(*) 및 정확한 구("")를 지원하는 검색 문자열입니다.

결과 오프셋
offset integer

특정 레코드의 데이터 세트에 위치합니다.

결과 제한
limit integer

반환된 결과 수를 제한합니다.

반환

특허 상태 코드 검색 결과에 대한 응답 구조입니다.

특허 출원에 대한 문서 메타데이터 가져오기

사무실 작업, 응답 및 수수료 워크시트를 포함하여 특정 특허 출원 번호에 대해 출원하거나 발급한 문서의 세부 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

문서 세부 정보가 요청되는 특허 출원 번호입니다.

문서 코드
documentCodes string

결과를 필터링할 문서 코드의 쉼표로 구분된 목록입니다.

날짜부터
officialDateFrom date

문서 공식 날짜(yyyy-MM-dd)의 시작 날짜 범위입니다.

현재까지
officialDateTo date

문서 공식 날짜(yyyy-MM-dd)의 종료 날짜 범위입니다.

반환

특허 할당 데이터 가져오기

특정 특허 출원 번호에 대한 할당 및 소유권 이전 정보를 검색합니다.

매개 변수

Name 필수 형식 Description
애플리케이션 번호
applicationNumberText True string

할당 정보가 요청되는 특허 출원 번호입니다.

반환

정의

PatentDataResponse

Name 경로 형식 Description
totalCount
totalCount integer
response
response array of object
applicationNumberText
response.applicationNumberText string
filingDate
response.filingDate date
publicationNumber
response.publicationNumber string
inventorName
response.inventorName string
assigneeName
response.assigneeName string
애플리케이션 유형
response.applicationType string

ApplicationMetaDataResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 자유 형식

applicationMetaData
patentFileWrapperDataBag.applicationMetaData ApplicationMetaData
requestIdentifier
requestIdentifier string

ApplicationMetaData

Name 경로 형식 Description
filingDate
filingDate string
applicationTypeCode
applicationTypeCode string
applicationStatusCode
applicationStatusCode integer
firstApplicantName
firstApplicantName string
firstInventorToFileIndicator
firstInventorToFileIndicator string
entityStatus
entityStatus string
groupArtUnitNumber
groupArtUnitNumber string
docketNumber
docketNumber string
publicationCategoryBag
publicationCategoryBag array of string
examinerName
examinerName string
patentNumber
patentNumber string

PatentAdjustmentResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

patentTermAdjustmentData
patentFileWrapperDataBag.patentTermAdjustmentData PatentTermAdjustment
requestIdentifier
requestIdentifier string

PatentTermAdjustment

Name 경로 형식 Description
applicationNumberText
applicationNumberText string
totalDays
totalDays integer

부여된 총 특허 기간 조정 일수

aDelayDays
aDelayDays integer

USPTO A 지연 범주에서 지연된 일 수

bDelayDays
bDelayDays integer

USPTO B 지연 범주에서 지연된 일 수

cDelayDays
cDelayDays integer

USPTO C 지연 범주에서 지연된 일 수

overlapDays
overlapDays integer

범주 간에 겹치는 일 수( 합계에서 빼기)

발행일
issueDate date
publicationDate
publicationDate date
계산일자
calculationDate date
status
status string

특허 기간 조정 계산의 현재 상태

PatentAssignmentResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

assignmentBag
patentFileWrapperDataBag.assignmentBag array of Assignment
requestIdentifier
requestIdentifier string

Assignment

Name 경로 형식 Description
reelNumber
reelNumber integer

기록된 배정을 식별하는 릴 번호

frameNumber
frameNumber integer

릴 내의 프레임 번호

recordedDate
recordedDate date

날짜 할당이 기록되었습니다.

executionDate
executionDate date

날짜 할당이 실행되었습니다.

conveyanceText
conveyanceText string

컨베이어 또는 배정 유형

assignorName
assignorName string

할당자 이름

assigneeName
assigneeName string

담당자의 이름

correspondenceAddress
correspondenceAddress string

할당과 관련된 서신 주소

documentIdentifier
documentIdentifier string

연결된 릴 및 프레임 식별자

publicationDate
publicationDate date

날짜 할당 데이터가 게시됨

PatentAttorneyResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

recordAttorney
patentFileWrapperDataBag.recordAttorney RecordAttorney
requestIdentifier
requestIdentifier string

RecordAttorney

Name 경로 형식 Description
attorneyDocketNumber
attorneyDocketNumber string

애플리케이션과 연결된 변호사 docket 번호

attorneyName
attorneyName string

기록의 변호사 이름

registrationNumber
registrationNumber string

변호사 또는 에이전트에 대한 USPTO 등록 번호

lawFirmName
lawFirmName string

신청자를 대표하는 법률 회사 또는 조직

correspondenceAddress
correspondenceAddress string

기록의 서신 주소

전화번호
phoneNumber string

서신 전화 번호

이메일 주소
emailAddress string

변호사 또는 대리인을 위해 전자 메일에 문의

유효 날짜
effectiveDate date

기록 항목의 변호사에 대한 유효 날짜

status
status string

변호사 또는 에이전트 레코드의 현재 상태

PatentContinuityResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

parentContinuityBag
patentFileWrapperDataBag.parentContinuityBag array of ParentContinuityData
childContinuityBag
patentFileWrapperDataBag.childContinuityBag array of ChildContinuityData
requestIdentifier
requestIdentifier string

ParentContinuityData

Name 경로 형식 Description
parentApplicationNumberText
parentApplicationNumberText string

부모 애플리케이션 번호

relationType
relationType string

부모 관계 유형

filingDate
filingDate date
patentNumber
patentNumber string
publicationNumber
publicationNumber string
발행일
issueDate date

ChildContinuityData

Name 경로 형식 Description
childApplicationNumberText
childApplicationNumberText string

자식 응용 프로그램 번호

relationType
relationType string

자식 관계 유형

filingDate
filingDate date
patentNumber
patentNumber string
publicationNumber
publicationNumber string
발행일
issueDate date

PatentForeignPriorityResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

foreignPriorityBag
patentFileWrapperDataBag.foreignPriorityBag array of ForeignPriority
requestIdentifier
requestIdentifier string

ForeignPriority

Name 경로 형식 Description
foreignApplicationNumberText
foreignApplicationNumberText string

외국 우선 순위 애플리케이션 번호

foreignFilingDate
foreignFilingDate date

외국 우선 순위 제출 날짜

foreignCountryCode
foreignCountryCode string

외국 신고에 대한 두 글자 ISO 국가 코드

foreignCountryName
foreignCountryName string

외국의 이름

foreignPatentOffice
foreignPatentOffice string

외국 특허청 식별자

kindCode
kindCode string

외세의 발행물에 대한 종류 코드

relationType
relationType string

관계 유형(예: 우선 순위, 부모)

internationalFilingIndicator
internationalFilingIndicator string

서류가 국제(PCT)인지를 나타냅니다.

translationRequired
translationRequired boolean

번역이 필요한지 여부를 나타냅니다.

PatentTransactionResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

eventDataBag
patentFileWrapperDataBag.eventDataBag array of EventData
requestIdentifier
requestIdentifier string

이벤트 데이터

Name 경로 형식 Description
eventCode
eventCode string

기소 이벤트에 대한 코드 또는 레이블

eventDescription
eventDescription string

이벤트에 대한 텍스트 설명

eventDate
eventDate string

이벤트가 발생한 날짜

eventCategory
eventCategory string

이벤트 범주

documentCode
documentCode string

관련 문서를 식별하는 코드

문서 이름
documentName string

관련 문서의 이름

correspondentName
correspondentName string

이벤트와 관련된 특파원

거래 ID
transactionId string

트랜잭션에 대한 고유 식별자

파일 크기
fileSize integer

파일 크기(연결된 문서의 바이트)(있는 경우)

다운로드URL
downloadUrl string

연결된 문서를 다운로드할 URL

PatentDocumentResponse

Name 경로 형식 Description
count
count integer
문서
documents array of DocumentBag
requestIdentifier
requestIdentifier string

DocumentBag

Name 경로 형식 Description
documentCode
documentCode string

문서 형식을 식별하는 코드

documentDescription
documentDescription string

문서 형식에 대한 설명

documentCategory
documentCategory string

문서 범주(들어오기/발신)

officialDate
officialDate date

문서와 관련된 공식 날짜

createDate
createDate date

시스템에서 만든 날짜 문서

파일 크기
fileSize integer

문서의 파일 크기(바이트)

documentUrl
documentUrl string

문서를 검색하거나 다운로드하기 위한 URL

documentPageCount
documentPageCount integer

문서의 페이지 수

submitterName
submitterName string

제출 당사자의 이름

examinerName
examinerName string

문서와 연결된 검사기

artUnit
artUnit string

문서를 담당하는 아트 유닛

PatentAssociatedDocumentsResponse

Name 경로 형식 Description
count
count integer
patentFileWrapperDataBag
patentFileWrapperDataBag array of object
applicationNumberText
patentFileWrapperDataBag.applicationNumberText string

애플리케이션 번호의 무료 형식

pgpubDocumentMetaData
patentFileWrapperDataBag.pgpubDocumentMetaData PGPubFileMetaData
grantDocumentMetaData
patentFileWrapperDataBag.grantDocumentMetaData GrantFileMetaData
requestIdentifier
requestIdentifier string

PGPubFileMetaData

Name 경로 형식 Description
publicationNumber
publicationNumber string

사전 부여 발행물의 발행물 번호

publicationDate
publicationDate date

사전 부여 발행물의 날짜

kindCode
kindCode string

게시에 대한 종류 코드

title
title string

발행물 제목

applicantName
applicantName string

발행물에 나열된 지원자 또는 담당자

documentUrl
documentUrl string

게시 문서를 검색하는 URL

GrantFileMetaData

Name 경로 형식 Description
patentNumber
patentNumber string

특허 번호 부여

grantDate
grantDate date

특허가 부여된 날짜

kindCode
kindCode string

부여된 특허에 대한 종류 코드

title
title string

부여된 특허의 제목

assigneeName
assigneeName string

부여에 나열된 담당자

issueClassification
issueClassification string

부여된 특허의 1차 분류

documentUrl
documentUrl string

부여된 특허 문서를 검색하는 URL

StatusCodeSearchResponse

특허 상태 코드 검색 결과에 대한 응답 구조입니다.

Name 경로 형식 Description
count
count integer

반환된 상태 코드 수입니다.

patentFileWrapperDataBag
patentFileWrapperDataBag array of object

특허 상태 코드 레코드의 배열입니다.

applicationStatusCode
patentFileWrapperDataBag.applicationStatusCode integer

고유 숫자 또는 영숫자 상태 코드입니다.

applicationStatusDescriptionText
patentFileWrapperDataBag.applicationStatusDescriptionText string

애플리케이션 상태에 대한 설명입니다.

statusCategoryName
patentFileWrapperDataBag.statusCategoryName string

상태 범주 그룹화(사용 가능한 경우)입니다.

statusEffectiveDate
patentFileWrapperDataBag.statusEffectiveDate date

이 상태 코드의 유효 날짜입니다.

statusTerminationIndicator
patentFileWrapperDataBag.statusTerminationIndicator boolean

상태가 기소 종료를 나타내는지 여부를 나타냅니다.

requestIdentifier
patentFileWrapperDataBag.requestIdentifier string

API 호출 추적에 대한 고유 요청 식별자입니다.

requestIdentifier
requestIdentifier string

전체 API 호출에 대한 고유 ID입니다.

BdssResponseProductBag

특정 USPTO 대량 데이터 세트 제품에 대한 자세한 응답입니다.

Name 경로 형식 Description
count
count integer

반환된 제품 파일 레코드의 수입니다.

patentFileWrapperDataBag
patentFileWrapperDataBag array of object

제품 메타데이터 및 선택적 파일 세부 정보가 포함된 배열입니다.

productIdentifier
patentFileWrapperDataBag.productIdentifier string

데이터 세트 제품에 대한 고유 식별자(짧은 이름)입니다.

제품 이름
patentFileWrapperDataBag.productName string

사람이 읽을 수 있는 제품 이름입니다.

productDescription
patentFileWrapperDataBag.productDescription string

데이터 세트 내용에 대한 설명입니다.

productVersion
patentFileWrapperDataBag.productVersion string

데이터 세트 버전입니다.

publicationDate
patentFileWrapperDataBag.publicationDate date

데이터 세트 게시 날짜입니다.

productType
patentFileWrapperDataBag.productType string

데이터 세트 파일 형식(예: XML, JSON, CSV).

recordCount
patentFileWrapperDataBag.recordCount integer

데이터 세트의 레코드 수입니다.

다운로드URL
patentFileWrapperDataBag.downloadUrl string

데이터 세트를 다운로드하기 위한 직접 링크입니다.

체크섬
patentFileWrapperDataBag.checksum string

무결성 확인을 위한 파일 체크섬입니다.

includeFiles
patentFileWrapperDataBag.includeFiles boolean

제품 파일이 응답에 포함되었는지 여부입니다.

productFiles
patentFileWrapperDataBag.productFiles array of object

연결된 데이터 세트 파일 목록입니다(포함된 경우).

fileName
patentFileWrapperDataBag.productFiles.fileName string

데이터 세트 파일 이름입니다.

파일 크기
patentFileWrapperDataBag.productFiles.fileSize integer

파일 크기(바이트)입니다.

fileDataDate
patentFileWrapperDataBag.productFiles.fileDataDate date

파일의 데이터 세트 콘텐츠와 연결된 날짜입니다.

fileUrl
patentFileWrapperDataBag.productFiles.fileUrl string

파일을 다운로드하는 직접 링크입니다.

체크섬
patentFileWrapperDataBag.productFiles.checksum string

확인을 위한 파일 체크섬입니다.

requestIdentifier
patentFileWrapperDataBag.requestIdentifier string

추적에 대한 고유 요청 식별자입니다.

BdssResponseBag

USPTO 대량 데이터 세트 검색 결과에 대한 응답 구조입니다.

Name 경로 형식 Description
count
count integer

반환된 데이터 세트 제품 수입니다.

patentFileWrapperDataBag
patentFileWrapperDataBag array of object

데이터 세트 메타데이터 개체의 배열입니다.

productCode
patentFileWrapperDataBag.productCode string

고유한 제품 또는 데이터 세트 식별자입니다.

제품 이름
patentFileWrapperDataBag.productName string

데이터 세트 제품의 사람이 읽을 수 있는 이름입니다.

productDescription
patentFileWrapperDataBag.productDescription string

데이터 세트 콘텐츠에 대한 설명입니다.

productVersion
patentFileWrapperDataBag.productVersion string

데이터 세트 버전 번호입니다.

productType
patentFileWrapperDataBag.productType string

데이터 세트 형식(예: XML, JSON, CSV)입니다.

publicationDate
patentFileWrapperDataBag.publicationDate date

데이터 세트 게시 날짜입니다.

recordCount
patentFileWrapperDataBag.recordCount integer

데이터 세트에서 사용할 수 있는 레코드 수입니다.

다운로드URL
patentFileWrapperDataBag.downloadUrl string

데이터 세트 다운로드를 위한 직접 URL입니다.

체크섬
patentFileWrapperDataBag.checksum string

데이터 세트 파일 확인을 위한 SHA 또는 MD5 체크섬입니다.

requestIdentifier
patentFileWrapperDataBag.requestIdentifier string

추적 가능성을 위한 고유 요청 ID입니다.

requestIdentifier
requestIdentifier string

API 호출에 대한 고유 요청 식별자입니다.

PetitionDecisionResponseBag

청원 결정 검색 응답.

Name 경로 형식 Description
count
count integer

일치하는 레코드 수입니다.

petitionDecisionDataBag
petitionDecisionDataBag array of object

청원 결정 기록의 배열입니다.

petitionDecisionRecordIdentifier
petitionDecisionDataBag.petitionDecisionRecordIdentifier string

청원 결정 기록에 대한 고유 식별자입니다.

patentNumber
petitionDecisionDataBag.patentNumber string

청원서와 관련된 특허 번호입니다.

firstApplicantName
petitionDecisionDataBag.firstApplicantName string

첫 번째 지원자의 이름입니다.

petitionMailDate
petitionDecisionDataBag.petitionMailDate string

청원서 메일 날짜입니다.

decisionTypeCodeDescriptionText
petitionDecisionDataBag.decisionTypeCodeDescriptionText string

결정 결과입니다.

decisionMailDate
petitionDecisionDataBag.decisionMailDate string

의사 결정 메일 날짜입니다.

finalDecidingOfficeName
petitionDecisionDataBag.finalDecidingOfficeName string

최종 결정 사무실의 이름입니다.

decisionDate
petitionDecisionDataBag.decisionDate string

결정 날짜입니다.

technologyCenter
petitionDecisionDataBag.technologyCenter string

청원서와 관련된 기술 센터.

측면
facets object

패싯 필드 수입니다.

requestIdentifier
requestIdentifier string

API 요청에 대한 고유 식별자입니다.

PetitionDecisionIdentifierResponseBag

특정 식별자에 대한 청원 결정 세부 정보가 포함된 응답 개체입니다.

Name 경로 형식 Description
petitionDecisionRecordIdentifier
petitionDecisionRecordIdentifier string

청원 결정 기록에 대한 고유 식별자입니다.

patentNumber
patentNumber string

청원 결정과 관련된 특허 번호입니다.

firstApplicantName
firstApplicantName string

첫 번째 지원자의 이름입니다.

petitionMailDate
petitionMailDate string

청원서 메일 날짜입니다.

decisionDate
decisionDate string

결정 날짜입니다.

decisionMailDate
decisionMailDate string

결정이 우편으로 발송된 날짜입니다.

decisionTypeCodeDescriptionText
decisionTypeCodeDescriptionText string

의사 결정 유형에 대한 설명입니다.

finalDecidingOfficeName
finalDecidingOfficeName string

최종 결정을 내린 사무실 또는 부서의 이름입니다.

petitionDecisionDocuments
petitionDecisionDocuments array of object

의사 결정 문서 메타데이터 목록(포함된 경우 includeDocuments=true)입니다.

문서 이름
petitionDecisionDocuments.documentName string
documentType
petitionDecisionDocuments.documentType string
documentSize
petitionDecisionDocuments.documentSize string
documentUrl
petitionDecisionDocuments.documentUrl string
requestIdentifier
requestIdentifier string

API 요청에 대한 고유 식별자입니다.