Skip to content

GamJaDo/MOONPD_Crawling_Backend

Repository files navigation

Request를 보내는 방법

{
    "organizationType": "MUNICIPALITY",
    "region": "경상남도",
    "group": "의령군",

    "structureType": "LISTED_CONTENT",

    "lstType": "NO_ONCLICK",
    "parentLstIdentifier": "htoListCnt",
    "parentLstTagType": "LI",
    "childLstIdentifier": "",
    "childLstTagType": "A",
    "lstOrdinalNumber": 1,

    "backType": "",
    "parentBackIdentifier": "",
    "parentBackTagType": "",
    "childBackIdentifier": "",
    "childBackTagType": "",
    "backOrdinalNumber": "",

    "pageUrl": "https://www.uiryeong.go.kr/board/list.uiryeong?boardId=BBS_0000346&menuCd=DOM_000000203002001000&contentsSid=191",
    "totalPage": 4,

    "parentPdfIdentifier": "gnb",
    "parentPdfTagType": "DIV",
    "childPdfIdentifier": "",
    "childPdfTagType": "A",
    "pdfOrdinalNumber": 1,

    "parentTitleIdentifier": "photoInfoBox",
    "parentTitleTagType": "DIV",
    "childTitleIdentifier": "photoTitle",
    "childTitleTagType": "P",
    "titleOrdinalNumber": 1,
    
    "nextPageType": "NO_ONCLICK",
    "nextIdentifier": "bdNumWrap"
}

위와 같이 저장할 객체를 보내준다.

보내주는 String 중 대문자로 표기된건 enum의 정해진 변수를 지켜야 한다.

(back, Identifier)

[ENUM]

organizationType

지자체 문화제단
MUNICIPALITY CULTURE_FOUNDATION

structureType

본 페이지에 다 나오는 경우 연도별로 선택을 해야하는 경우 글목록 형식으로 되어 있는 경우

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages