[API 도메인]
[공통 인증]
[Header]
{
"x-api-key": "{api-key}",
}
값 |
타입 |
설명 |
x-api-key |
String |
고유의 API 키 |
[모니터링 API]
데일리 메일발송 내역조회 API
요청
[URL]
GET /v1/customs-info
[Path parameter]
값 |
타입 |
설명 |
crawDate |
String |
조회 일자 |
ex. 2024-04-01 |
|
|
kwdType |
String |
키워드 타입 |
- 공급망키워드 : stable
- EWS키워드 : ews |
응답
{
"resultCode": "0000",
"resultMessage": "성공",
"spendTime": 160,
"data": [
{
"country": "미국",
"crawDate": "2024-04-01",
"crawUrl": "<https://www.federalregister.gov/documents/2024/04/01/2024-06840/certain-metal-lockers-and-parts-thereof-from-the-peoples-republic-of-china-final-results-of>",
"totalScore": 32,
"ewsNameResult": "플로트 레벨 차단밸브 | 흑연막대, 봉",
"matchEws": "",
"matchHs": "Of steel",
"matchPolicy": "Antidumping Duty | Duty | Duties | tariff | HTS | revision | revised",
"matchProduct": "stainless steel | seal | nonmetallic | Assembly | powder",
"agency": "미국연방관보",
"targetUrl": "<https://www.federalregister.gov/agencies/commerce-department>",
"siteMap": "[Agencies] - [Commerce Department] - [Significant Documents]"
},
...
]
}
값 |
타입 |
설명 |
resultCode |
String |
결과 코드 |
resultMessage |
String |
결과 메시지 |
spendTime |
Integer |
소요시간 (단위 ms) |
data.crawDate |
String |
수집일자 |
data.country |
String |
국가 |
data.agency |
String |
운영기관 |
data.sitemap |
String |
홈페이지 사이트맵 |
data.targetUrl |
String |
수집 대상 URL |
data.ewsNameResult |
String |
품목명 |
data.matchEws |
String |
EWS키워드 |
data.matchHs |
String |
HS키워드 |
data.matchPolicy |
String |
정책키워드 |
data.matchProduct |
String |
물품키워드 |
data.totalScore |
Integer |
매칭 점수 |
data.crawUrl |
String |
매칭 URL |