KR20220014336A - Method and its system to intermediate the trade of hidden useful information on auctioned goods - Google Patents

Method and its system to intermediate the trade of hidden useful information on auctioned goods Download PDF

Info

Publication number
KR20220014336A
KR20220014336A KR1020220007132A KR20220007132A KR20220014336A KR 20220014336 A KR20220014336 A KR 20220014336A KR 1020220007132 A KR1020220007132 A KR 1020220007132A KR 20220007132 A KR20220007132 A KR 20220007132A KR 20220014336 A KR20220014336 A KR 20220014336A
Authority
KR
South Korea
Prior art keywords
information
auction
sales
receiving
storing
Prior art date
Application number
KR1020220007132A
Other languages
Korean (ko)
Inventor
변성우
Original Assignee
변성우
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 변성우 filed Critical 변성우
Priority to KR1020220007132A priority Critical patent/KR20220014336A/en
Publication of KR20220014336A publication Critical patent/KR20220014336A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/08Auctions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention relates to a transaction intermediation method for non-public information by an auction article and a system therefor, capable of reducing an economic cost. According to the present invention, the transaction intermediation method for non-public information by an auction article includes: storing auction article data as public auction data; receiving and storing membership registration and login information; extracting and transmitting a product search result list; extracting and transmitting the public auction data, a desired purchase condition, a sales condition, and sales history statistics; receiving and storing the desired purchase condition; receiving and storing the sales condition and sales details; extracting and transmitting the sales details; and settling a transaction amount.

Description

경매 물건별 비공개 정보의 거래중개 방법 및 그 시스템 {Method and its system to intermediate the trade of hidden useful information on auctioned goods}Transaction brokerage method of non-public information for each auction item and its system {Method and its system to intermediate the trade of hidden useful information on auctioned goods}

본 발명은 인터넷을 이용한 전자상거래에서 유형의 상품이 아닌 무형의 정보 거래를 중개하는 방법에 관한 것으로, 보다 상세하게는 법원의 경매나 정부의 공매 물건에 대하여 정보제공자가 보유한 경매물건에 대한 비공개 정보 또는 지식을 정보구입희망자와 공유하거나 거래할 수 있도록 하는 정보 거래중개 방법과 그 시스템에 관한 것이다.The present invention relates to a method of mediating transactions of intangible information rather than tangible goods in e-commerce using the Internet. Or it relates to an information transaction brokerage method and system for sharing or transacting knowledge with an information purchaser.

법원과 정부는 법적으로 자산 매매나 부실 자산 정리를 위한 경매 절차를 운영하고 있다. 해당 경매물건은 법원 경매 웹사이트와 정부 온비드 공매 웹 사이트에서 경매물건으로 검색할 수 있다.The courts and the government are legally operating an auction process to sell assets or clear up bad assets. The auction items can be searched for auction items on the court auction website and the government on-bid public auction website.

경매공개데이터는 크롤링(Crawling)이나 API(Application Programming Interface) 등의 데이터 송수신 처리 방법을 통하여 원하는 다른 웹 사이트에서 전송 받을 수 있다.Auction open data can be transmitted from other websites you want through data transmission/reception processing methods such as crawling or API (Application Programming Interface).

경매공개데이터는 사건번호, 물건번호, 물건종류, 감정평가액, 최저매각가격, 입찰방법, 매각기일 등의 물건기본정보, 기일내역, 목록내역 등을 포함한다.The public auction data includes basic information about the object such as case number, article number, object type, appraised value, minimum sale price, bidding method, and sale date, date details, list details, and the like.

크롤링은 웹 페이지를 그대로 가져와서 거기서 데이터를 추출해 내는 과정을 의미한다.Crawling refers to the process of fetching a web page as it is and extracting data from it.

API는 웹 사이트나 웹 페이지에서 정보나 데이터의 편리한 입력, 출력, 송수신을 위하여 적용한다.API is applied for convenient input, output, and transmission/reception of information or data on a website or web page.

크롤링이나 API 등의 데이터 송수신 처리 방법으로 전송 받은 데이터는 정해진 주기의 배치(batch) 작업으로 거래중개 서버에 저장되고 정보이용자에게 제공된다.Data received through data transmission/reception processing methods such as crawling or API are stored in a transaction brokerage server as a batch operation with a set period and provided to information users.

경매공개데이터에 추가하여 법원, 정부, 포털 등에서 공공의 목적으로 제공되는 경매물건과 연관되어 제공되는 추가적인 공개 데이터 또한 크롤링이나 API 등의 데이터 송수신 처리 방법을 통하여 원하는 웹 사이트에서 전송 받을 수 있다.In addition to the public auction data, additional public data provided in connection with auction items provided for public purposes in courts, governments, portals, etc. can also be transmitted from the desired website through data transmission/reception processing methods such as crawling or API.

이러한 추가적인 공개 데이터는 예를 들어 등기부등본, 감정평가서, 매각물건명세서, 현황조사서, 문건접수내역, 문건송달내역, 인근진행물건, 인근매각결과, 토지이용계획, 건축물관리대장, 실 거래가 데이터, 전자지도, 포털지도 등의 데이터를 포함할 수 있다.These additional public data include, for example, a certified copy of the register, appraisal, specification of sale items, current status survey, document receipt details, document delivery details, nearby items in progress, nearby sale results, land use plan, building management ledger, actual transaction price data, electronic It may include data such as maps and portal maps.

일반적으로 경매물건 데이터 서비스 회사는 여러 웹 사이트에 산재되어 제공되는 경매공개데이터를 통합하여 동사 웹 사이트에서 필요로 하는 데이터를 조회하거나 정보이용자 편의성을 증대시키는 이점이 있다.In general, auction data service companies have the advantage of inquiring the data they need on the company's website or increasing the convenience of information users by integrating the public auction data provided scattered across various websites.

이러한 경매공개데이터는 유용하기는 하나 해당 경매물건에 관심이 있는 정보이용자들에게는 매우 부족하여, 경매물건에 관심이 있는 정보이용자들은 자신의 시간과 노력을 투입하여 더 많은 분석과 조사, 현장 방문을 위한 시간과 노력을 투입하여 필요한 공개되지 않은 비공개 정보를 추가로 획득해야 하는 불편이 있었다.Although such auction public data is useful, it is very insufficient for information users interested in the auction item. Therefore, information users interested in the auction item invest their time and effort to conduct more analysis, investigation, and site visits. There was the inconvenience of having to additionally acquire necessary, undisclosed, nonpublic information by investing time and effort for this purpose.

이러한 비공개 정보는 현장조사 사진과 동영상, 법적 권리분석, 적정 입찰가격 분석, 관계자 면담내용과 녹음, 입찰 시점 인근 거래가격 분석, 이해관계자가 보유한 연관 물건에 대한 분석 등이 해당된다.Such non-public information includes photos and videos of on-site investigations, analysis of legal rights, analysis of appropriate bid prices, interviews and recordings with stakeholders, analysis of transaction prices near the time of bidding, and analysis of related items owned by stakeholders.

하지만 여전히 개인의 노력, 일시, 면담자, 상황 등에 따라 획득하는 비공개 정보의 양과 질이 달라질 수 있으며 이러한 비공개 정보는 입찰 과정에서 매우 중요하고 가치 있을 수 있게 된다.However, the amount and quality of non-public information obtained may still vary depending on individual effort, date, time, interviewer, circumstances, etc., and such non-public information can be very important and valuable in the bidding process.

이러한 경매물건에 대한 비공개 정보의 공유 또는 거래를 위한 서비스는 제공되고 있지 않다.Services for sharing or trading non-public information about these auction items are not provided.

한편 정보 또는 지식을 판매하는 대부분의 웹 사이트는 대량 또는 별도의 오프라인 채널 등을 통하여 확보한 정보나 자료를 거래중개 서버에 등록해두고 정보이용자들이 무료 또는 일정금액을 결제하고 해당 정보를 이용할 수 있도록 하는 웹 사이트 운영자와 정보이용자간의 일 방향의 거래 방식이 가장 일반적이라 정보 공유나 거래 가능성이 떨어질 수 밖에 없다.On the other hand, most websites that sell information or knowledge register information or data obtained through bulk or separate offline channels on the transaction brokerage server, and allow information users to use the information for free or by paying a certain amount. Since the one-way transaction method between the website operator and the information user is the most common, the possibility of information sharing or transaction is inevitably reduced.

이와는 다르게 정보구입희망자가 필요로 하는 비공개 또는 추가적인 정보의 내용, 유형, 희망구입가격 등을 사전에 정보제공자가 알 수 있도록 게시하거나 등록하면 제한되지만 양 방향 거래 방식으로 정보구입희망자와 정보제공자의 정보 공유 또는 거래 가능성을 한층 증대시킬 수 있는 장점이 있다.Contrary to this, if the content, type, desired purchase price, etc. of the non-public or additional information required by the information purchaser are posted or registered so that the information provider can know in advance, it is limited, but information between the information purchaser and the information provider in a two-way transaction It has the advantage of further increasing the possibility of sharing or trading.

특히 비공개 정보의 특성상 정보제공자가 일반 웹 사이트의 공개 게시판 등을 통하여 정보구입희망자 이외의 불특정 다수와 아무런 대가 없이 공개적으로 공유하기를 기대하기 어렵고 거래하는 경우에도 거래 상대방으로 제한하여 비공개 정보를 공유할 수 있는 보안 유지 장치가 필요하다.In particular, due to the nature of non-public information, it is difficult for information providers to publicly share information with unspecified people other than those who wish to purchase information through public bulletin boards on general websites, etc. There is a need for a security device that can

비공개 정보의 거래 과정에서 정보제공자의 신뢰도나 정보의 정확도 등을 대금 결제 전 추정할 수 있도록 하는 대안도 필요하다. 왜냐하면 무형의 정보가 정보구입희망자에게 전달된 이후 결제하는 조건으로는 거래 성사가 현실적으로 곤란하므로 해당 정보의 전달 이전에 결제가 완료되어야 하나 이 경우 정보구입희망자는 정보제공자의 아이디 등 최소한의 정보만으로 정보의 구입과 결제 여부를 결정하여야 하는 문제점이 발생한다.In the process of dealing with non-public information, an alternative is also needed to estimate the reliability of the information provider or the accuracy of information before payment. Because it is practically difficult to close a transaction under the condition of making payment after intangible information is delivered to the person wishing to purchase the information, the payment must be completed before the delivery of the relevant information. There is a problem in deciding whether to purchase and pay for

현재 대부분의 정보거래 웹 사이트에서 정보제공자가 사전에 설정한 비용으로 정보이용자가 구입 여부만 결정하고 구입한 정보의 품질에 대한 평가가 없는 경우가 빈번하고 다른 정보이용자들도 동일한 과정을 반복하게 되는 문제점도 개선할 필요가 있다,Currently, in most information transaction websites, information users only decide whether to purchase at the cost set by the information provider in advance, and there is no evaluation of the quality of the purchased information, and other information users repeat the same process. Problems also need to be improved,

더욱이 정보제공자는 정보구입자의 정보 판매가격 결제 후에는 정보구입자의 기대치에 미치지 못하더라도 특히 단기적으로는 판매 대금을 금전적 손실 없이 전액 회수할 수 있는 형평성 문제가 있으므로 정보제공자가 자발적으로 정보품질을 유지하도록 강제 하기 위한 방안도 필요하다.Moreover, even if the information provider does not meet the information purchaser's expectations after the information purchaser's information sale price is settled, especially in the short term, there is an issue of equity in which the sales price can be fully recovered without monetary loss. There is also a need for coercion.

본 발명은 상기와 같은 문제점을 해소하기 위해 경매물건에 대한 비공개 정보의 거래 과정에서 정보구입희망자는 원하는 비공개 정보 구입조건을 제시할 수 있고, 정보제공자는 경매물건에 대하여 자신이 보유한 비공개 정보의 판매조건과 판매내용을 제시한 후, 정보구입희망자는 제시된 판매조건과 정보제공자의 판매이력통계를 참고하여 판매가격 결제 후 판매내용을 전달받을 수 있도록 하는 것이다.According to the present invention, in order to solve the above problems, in the process of transaction of undisclosed information on an auction item, a person wishing to purchase information can present a desired condition for purchasing the non-public information, and the information provider sells the non-public information possessed by the information provider with respect to the auction item. After presenting the conditions and details of the sale, the person wishing to purchase the information can receive the sale details after payment of the sale price by referring to the presented conditions of sale and the statistics on the sales history of the information provider.

이러한 체계에서 웹 사이트 운영자는 정보이용자간 경매 정보 제공 플래폼에서 경매공개데이터를 제공하고 정보이용자와 정보제공자간의 양방향 정보 거래를 위한 중개 역할을 수행하게 된다.In this system, the web site operator provides auction public data on the auction information provision platform between information users and plays the role of an intermediary for interactive information transaction between information users and information providers.

정보구입희망자는 필요한 비공개 정보에 대한 내용과 비용에 등을 등록함으로써 해당 비공개 정보를 보유한 정보제공자가 공유하거나 거래하게 될 가능성을 증대시킬 수 있다.A person wishing to purchase information can increase the possibility that the information provider who has the non-public information will share or trade by registering the details and cost of the necessary non-public information.

정보제공자는 정보구입희망자의 요청 여부에 무관하게 경매 입찰에 있어서 중요하거나 가치가 있다고 판단되는 비공개 정보의 개요, 판매가격, 정보의 상세 내용 등을 등록하여 판매할 수 있다.The information provider may register and sell the outline of the non-public information deemed important or valuable in the auction bidding, the sale price, the details of the information, etc. regardless of the request of the person wishing to purchase the information.

정보구입자는 정보제공자의 비공개 정보 전체 내용을 제공받기 전에 금융결제시스템 등을 통하여 정보 구입비용 지불에 충분한 대금을 자신의 계좌에 충전하여야 한다.The information purchaser shall charge his/her account sufficient to pay the information purchase cost through the financial settlement system, etc. before receiving the full contents of the information provider's non-public information.

정보구입자의 만족도 평가를 통하여 저 품질 또는 부적합한 정보와 그 정보제공자를 선별하고 해당 비공개 정보 내에서 높은 정보이용평점을 받은 우수한 품질의 비공개 정보가 정보 구입회원의 우선 구입 대상이 되도록 함으로써 다른 정보구입자의 만족도 향상이 가능하도록 한다.Through the satisfaction evaluation of information purchasers, low-quality or inappropriate information and its information providers are selected, and high-quality, non-public information that has received a high information use rating within the non-public information is made the priority purchase target of information purchasers, so that other information purchasers to improve satisfaction.

상기한 바와 같은 목적을 달성하기 위한 본 발명의 특징에 따르면,According to the features of the present invention for achieving the above object,

본 발명은 거래중개 서버가,The present invention is a transaction brokerage server,

적어도 1개 이상의 경매 사이트에 공개된 경매물건 데이터를 정해진 주기의 배치(batch) 작업으로 크롤링(Crawling)이나 API(Application Programming Interface)로 전송 받아 경매공개데이터로 저장하는 단계;A method comprising: receiving auction data published on at least one auction site through crawling or an API (Application Programming Interface) as a batch operation of a predetermined cycle and storing the data as public auction data;

정보이용자 단말기로부터 회원가입 정보 또는 로그인 정보를 전송 받아 저장하고 정보이용자 단말기로 회원가입 또는 로그인 승인 정보를 전송하는 단계;receiving and storing membership registration information or login information from the information user terminal, and transmitting membership registration or login approval information to the information user terminal;

정보이용자 단말기로부터 원하는 물건검색조건을 전송 받아 물건검색조건을 만족하는 물건검색결과목록을 추출하여 정보이용자 단말기로 전송하는 단계;receiving a desired object search condition from the information user terminal, extracting a list of object search results that satisfy the object search condition, and transmitting it to the information user terminal;

정보이용자 단말기로부터 선택된 경매물건의 색인을 전송 받아 해당 물건에 대한 경매공개데이터, 구입희망조건, 판매조건, 정보제공자의 판매이력통계를 추출하여 정보이용자 단말기로 전송하는 단계;receiving the index of the auction item selected from the information user terminal, extracting the auction public data for the item, the desired purchase condition, the sale condition, and the sales history statistics of the information provider, and transmitting it to the information user terminal;

정보구입희망자 단말기로부터 구입희망조건을 전송 받아 저장하는 단계;receiving and storing the desired purchase condition from the information purchaser's terminal;

정보제공자 단말기로부터 판매조건과 판매내용을 전송 받아 저장하는 단계;receiving and storing sales conditions and sales details from the information provider terminal;

정보구입자 단말기로부터 선택된 판매정보 색인을 전송 받아 저장하고 해당 판매내용을 추출하여 정보구입자 단말기로 전송하는 단계;receiving and storing the selected sales information index from the information purchaser terminal, extracting the sales information, and transmitting the selected sales information to the information purchaser terminal;

정보구입자 단말기로부터 정보이용평점을 전송 받아 저장하고 정보제공자와 정보구입자의 계좌에서 거래 대금을 정산하는 단계;receiving and storing the information use rating from the information purchaser terminal, and setting the transaction price in the accounts of the information provider and the information purchaser;

를 포함하여 이루어진 것이다.was made including

본 발명은the present invention

경매물건에 대하여 여러 정보이용자가 보유한 비공개 정보 또는 지식을 공유하거나 거래하는 방법을 제공함으로써 경매물건 조사나 분석을 위하여 각 개인이 중복적으로 지출하는 시간적, 경제적 비용을 절감하는 효과가 있다.By providing a method for sharing or transacting non-public information or knowledge possessed by multiple information users regarding auction items, it is effective in reducing time and economic costs that each individual repeatedly spends for research or analysis of auction items.

도 1은 본 발명의 바람직한 실시 예에 따른 경매 물건별 비공개 정보의 거래중개 시스템을 나타낸 도면이다.
도 2는 본 발명의 바람직한 실시 예에 따른 경매 물건별 비공개 정보의 거래중개 방법을 나타낸 흐름도이다.
1 is a diagram showing a transaction brokerage system for non-public information for each auction item according to a preferred embodiment of the present invention.
2 is a flowchart illustrating a method of brokering a transaction of private information for each auction item according to a preferred embodiment of the present invention.

본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 본 발명의 범위는 상기 상세한 설명보다는 별도로 정의되는 특허청구의 범위에 의하여 나타내어지며, 특허청구의 범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.Those of ordinary skill in the art to which the present invention pertains will understand that the present invention may be embodied in other specific forms without changing the technical spirit or essential features thereof. Therefore, it should be understood that the embodiments described above are illustrative in all respects and not restrictive. The scope of the present invention is indicated by the claims defined separately rather than the detailed description, and all changes or modifications derived from the meaning and scope of the claims and their equivalents are included in the scope of the present invention. should be interpreted as

이하, 본 발명의 실시 예들에 의하여 경매 물건별 비공개 정보의 거래중개 방법 및 그 시스템을 설명하기 위한 도면들을 참고하여 본 발명에 대해 설명하도록 한다.Hereinafter, the present invention will be described with reference to the drawings for explaining a transaction brokerage method and system for non-public information for each auction item according to embodiments of the present invention.

도 1은 본 발명의 바람직한 실시 예에 따른 경매 물건별 비공개 정보의 거래중개 시스템을 나타낸 도면이다.1 is a diagram showing a transaction brokerage system for non-public information for each auction item according to a preferred embodiment of the present invention.

본 발명의 실시 예에 따른 경매 물건별 정보 거래중개 시스템은 유무선을 통한 인터넷 또는 인트라넷(110)과 유무선 단말기와의 통신을 위한 유무선통신망을 이용한다. 그리고 인터넷 또는 인트라넷(110)을 통해 경매 물건별 정보 거래중개 웹사이트(120)가 접속되고, 전자상거래를 위하여 금융결제시스템(140)과 법원정부포털 서버(130)와 접속이 이루어지며, 경매물건에 대한 비공개 정보의 공유나 거래를 위하여 필요로 하는 어떠한 장치나 시스템도 포함될 것이다.The information transaction brokerage system for each auction item according to an embodiment of the present invention uses a wired/wireless communication network for communication between the Internet or intranet 110 through wired/wireless and wired/wireless terminals. In addition, the information transaction brokerage website 120 for each auction item is connected through the Internet or intranet 110, and the financial settlement system 140 and the court government portal server 130 are connected for e-commerce, and the auction item Any device or system required for the sharing or transaction of non-public information about the company will be included.

경매 물건별 정보 거래중개 웹사이트(120)는 거래중개 서버(121)를 포함한다. 거래중개 서버(121)는 인터넷 또는 인트라넷(110)을 통한 웹사이트 운영을 위하여 프로그램이나 소프트웨어 등을 포함한다. 그리고 거래중개 서버(121)에는 경매공개데이터 DB(122), 회원 DB(123), 판매정보 DB(124), 구입희망정보 DB(125), 정보거래 DB(126) 등이 연결되어 있다.Information for each auction item The transaction brokerage website 120 includes a transaction brokerage server 121 . The transaction brokerage server 121 includes a program or software for operating a website through the Internet or intranet 110 . In addition, the open auction data DB 122 , the member DB 123 , the sales information DB 124 , the purchase hope information DB 125 , the information transaction DB 126 and the like are connected to the transaction brokerage server 121 .

정보이용자 단말기(101)는 정보 구입을 원하는 정보구입희망자의 단말기(102), 정보 판매를 원하는 정보제공자의 단말기(103), 등록된 정보를 구입하는 정보구입자의 단말기(104) 뿐만 아니라 무작위의 제3자 단말기도 포함한다. 퍼스널 컴퓨터(PC), 휴대폰, 스마트 폰 또는 PDA와 같이 대량의 정보를 실시간으로 송수신할 수 있는 매체를 포함한다. 따라서 모든 정보이용자는 자신이 보유하고 있는 단말기를 이용하여 경매 물건별 정보 거래중개 웹사이트(120)에 접속할 수 있고 거래중개 서버(121)에서 로그인 없이 제공하는 정보를 수신할 수 있어야 한다.The information user terminal 101 includes a terminal 102 of an information purchaser who wants to purchase information, a terminal 103 of an information provider who wants to sell information, and a terminal 104 of an information purchaser who purchases registered information as well as a random product. It also includes third-party terminals. It includes a medium capable of transmitting and receiving a large amount of information in real time, such as a personal computer (PC), a mobile phone, a smart phone, or a PDA. Therefore, all information users should be able to access the information transaction brokerage website 120 for each auction item using their own terminal and receive information provided by the transaction brokerage server 121 without logging in.

회원 DB(123)는 정보이용자 단말기(101)로부터 거래중개 서버(121)로 입력되는 아이디, 비밀번호, 거래 후 잔액 등 데이터를 포함하여 저장하는 DB로서 구비된다. 거래 후 잔액은 금융결제시스템(140)을 통하여 충전을 목적으로 결제하거나 출금할 수 있으며 정보이용자의 비공개 정보 구입이나 판매에 따라 증감하게 된다.The member DB 123 is provided as a DB for storing data such as ID, password, and balance after transaction input from the information user terminal 101 to the transaction brokerage server 121 . After the transaction, the balance can be settled or withdrawn for the purpose of recharging through the financial settlement system 140, and it increases or decreases according to the purchase or sale of private information of the information user.

필요한 경우 충전한 금액, 구입이나 판매에 따라 거래한 잔액에 대한 모든 이력 정보를 별도 회원보조 DB로 추가하여 활용할 수 있다.If necessary, you can add and utilize all history information on the amount charged and the balance traded according to purchase or sale as a separate member assistance DB.

판매정보 DB(124)는 정보제공자 단말기(103)로부터 거래중개 서버(121)로 입력되는 경매물건에 대한 비공개 정보의 판매정보를 저장하는 DB로서 구비된다. 판매정보는 카테고리, 제목, 판매정보개요, 매체 유형, 판매가격 등 판매정보 내용을 개략적으로 파악할 수 있는 판매조건 데이터와 실제로 경매에 유용한 비공개 상세 판매 내용인 판매내용 데이터로 구성된다.The sales information DB 124 is provided as a DB for storing sales information of private information on auction items input from the information provider terminal 103 to the transaction brokerage server 121 . Sales information consists of sales condition data that can give an overview of sales information such as category, title, sales information overview, media type, and sales price, and sales content data, which is a private detailed sales content useful for an auction.

구입희망정보 DB(125)는 정보구입희망자 단말기(103)로부터 거래중개 서버(121)로 입력되는 비공개 정보의 구입희망조건으로, 구입희망정보의 카테고리, 주제, 매체 유형, 구입희망가격 등 데이터를 포함하여 저장하는 DB로서 구비된다.The desired purchase information DB 125 is the desired purchase condition of the non-public information input from the information purchaser terminal 103 to the transaction brokerage server 121. It is provided as a DB to include and store.

정보거래 DB(126)는 정보구입희망자 단말기(103)로부터 거래중개 서버(121)로 입력되거나 계산되는 판매정보의 거래내역으로 판매정보 색인, 정보판매회원, 정보구입자, 최초거래대금, 정보구입자의 정보이용평점, 최종지불대금, 최종판매수익 등 데이터를 포함하여 저장하는 DB로서 구비된다.The information transaction DB 126 is the transaction details of sales information input or calculated from the information purchaser terminal 103 to the transaction brokerage server 121. It is provided as a DB for storing data such as information use rating, final payment amount, and final sales revenue.

정보제공자의 판매이력통계는 정보거래 DB(126)에서 해당 정보판매자의 과거 정보판매건수, 판매금액, 정보구입자 평균평점, 정보구입자 평점의 범위 등 데이터를 포함한다.The sales history statistics of the information provider include data such as the number of past information sales of the corresponding information seller, the sales amount, the average information purchaser average score, and the range of information purchaser ratings in the information transaction DB 126 .

도 2는 본 발명의 바람직한 실시 예에 따른 경매 물건별 비공개 정보의 거래중개 방법을 나타낸 흐름도이다.2 is a flowchart illustrating a method of brokering a transaction of private information for each auction item according to a preferred embodiment of the present invention.

거래중개 서버(121)는 법원 경매 또는 정부 공매 사이트 중 적어도 1개 이상의 경매 사이트에 공개된 경매물건 데이터를 정해진 주기의 배치(batch) 작업으로 크롤링(Crawling)이나 API(Application Programming Interface)로 전송 받아 경매공개데이터 DB(122)에 저장한다. (S1)The transaction brokerage server 121 receives the auction data published on at least one auction site among court auctions or government public auction sites as crawling or API (Application Programming Interface) as a batch operation of a fixed cycle. It is stored in the auction open data DB (122). (S1)

또한 거래중개 서버(121)는 상기 경매공개데이터와 연관된 동일 물건번호, 동일 사건번호, 동일 또는 인근 주소지 등으로 검색 가능한 법원, 정부, 포털의 추가적인 데이터, 문서, 이미지, 사진, 지도 등을 포함한 추가적인 공개 데이터 또한 크롤링이나 API 등의 데이터 송수신 처리 방법을 통하여 원하는 웹 사이트에서 전송 받아서 저장할 수 있다. (S1)In addition, the transaction brokerage server 121 provides additional data including additional data, documents, images, photos, maps, etc. of courts, governments, and portals that can be searched by the same article number, the same case number, and the same or nearby address related to the auction public data. Public data can also be transmitted and stored from a desired website through data transmission/reception processing methods such as crawling or API. (S1)

검색조건입력화면에서 정보이용자 단말기(101)로부터 거래중개 서버(121)로 경매물건 검색조건이 전송되면(S3) 거래중개 서버(121)는 검색조건에 일치하는 경매물건 목록을 경매공개데이터 DB(122)로부터 추출하여 정보이용자 단말기로 전송한다.(S4) 만약 입력된 검색조건이 없다면 모든 경매물건 또는 사전에 설정된 검색조건에 따라 경매물건 목록을 추출하게 할 수 있다.When the auction item search condition is transmitted from the information user terminal 101 to the transaction brokerage server 121 on the search condition input screen (S3), the transaction brokerage server 121 returns a list of auction items matching the search condition to the auction open data DB ( 122) and transmitted to the terminal of the information user. (S4) If there is no search condition entered, the list of auction items can be extracted according to all auction items or preset search conditions.

경매물건목록화면에서 정보이용자 단말기(101)로부터 거래중개 서버(121)로 선택된 경매물건 색인 데이터가 전송되면(S5) 거래중개 서버(121)는 경매공개데이터 DB(122)로부터 경매공개데이터, 구입희망정보 DB(125)로부터 구입희망조건, 판매정보 DB(124)보부터 판매조건, 정보거래 DB(126)로부터 정보제공자의 판매이력통계를 추출하여 정보이용자 단말기(101)로 전송한다. (S6)When the selected auction item index data is transmitted from the information user terminal 101 to the transaction brokerage server 121 on the auction item list screen (S5), the transaction brokerage server 121 receives the auction public data and purchases from the auction public data DB 122 The desired purchase condition from the desired information DB 125 , the sales condition from the sales information DB 124 , and the sales history statistics of the information provider are extracted from the information transaction DB 126 and transmitted to the information user terminal 101 . (S6)

정보이용자 단말기(101)의 경매물건상세화면에는 상기에서 전송 받은 경매공개데이터, 구입희망조건, 판매조건, 정보제공자의 판매이력통계 등이 제시된다.On the auction item detail screen of the information user terminal 101, the auction public data transmitted above, the desired purchase condition, the sale condition, the information provider's sales history statistics, and the like are presented.

회원가입과 로그인이 완료된 상태에서는 추가로 구입희망조건 입력, 판매정보 입력, 구입의사확인 동의가 가능하다. (S10/ S11)After registering as a member and logging in, you can additionally enter conditions for purchase, enter sales information, and agree to purchase intention confirmation. (S10/S11)

구입희망조건이 정보구입희망자 단말기(102)로부터 거래중개 서버(121)로 전송되면 거래중개 서버(121)는 구입희망조건을 구입희망정보 DB(125)에 저장한다. (S20)When the desired purchase condition is transmitted from the information purchase wish terminal 102 to the transaction brokerage server 121 , the transaction brokerage server 121 stores the desired purchase condition in the desired purchase information DB 125 . (S20)

판매조건과 판매내용을 포함하는 판매정보가 정보판매회원 단말기(103)로부터 거래중개 서버(121)로 전송되면 거래중개 서버(121)는 판매정보를 판매정보 DB(124)에 저장한다. (S30)When sales information including sales conditions and sales details is transmitted from the information sales member terminal 103 to the transaction brokerage server 121 , the transaction brokerage server 121 stores the sales information in the sales information DB 124 . (S30)

판매조건과 정보제공자의 판매이력통계를 참조하여 구입의사확인 동의가 정보구입자 단말기(104)로부터 거래중개 서버(121)로 전송되면 거래중개 서버(121)는 보유금액정보를 회원 DB(123)에 업데이트하고 거래정보를 정보거래 DB(126)에 저장한다. (S40)When the purchase intention confirmation agreement is transmitted from the information purchaser terminal 104 to the transaction brokerage server 121 by referring to the sales conditions and the sales history statistics of the information provider, the transaction brokerage server 121 transmits the holding amount information to the member DB 123. It updates and stores the transaction information in the information transaction DB (126). (S40)

거래중개 서버(121)는 판매정보 색인에 해당하는 판매내용을 판매정보 DB(124)에서 추출하여 정보구입자 단말기(104)로 전송한다. (S41)The transaction brokerage server 121 extracts the sales contents corresponding to the sales information index from the sales information DB 124 and transmits it to the information purchaser terminal 104 . (S41)

정보구입자가 판매내용 자료 이용 후 해당 화면을 최초로 벗어날 때 정보이용평점과 리뷰내용을 입력 받은 후 정보구입자 단말기(104)로부터 거래중개 서버(121)로 전송되도록 한다. 정보이용평점과 리뷰가 전송되면 거래중개 서버(121)는 정보거래 DB(126)에 정보이용평점과 리뷰를 저장하고 회원 DB(123)에서 정보구입자와 정보제공자의 보유금액정보를 업데이트 한다. (S42)When the information purchaser leaves the corresponding screen for the first time after using the sales data, the information usage rating and review contents are input and transmitted from the information purchaser terminal 104 to the transaction brokerage server 121 . When the information use rating and review are transmitted, the transaction brokerage server 121 stores the information use rating and review in the information transaction DB 126, and updates the information on the holding amount of the information purchaser and the information provider in the member DB 123. (S42)

정보구입자의 결제액이 회원 DB(123)에서 추출한 보유금액보다 큰 경우 정보구입자 단말기(104)로부터 거래중개 서버(121)로 충전정보확인 동의가 전송되면 금융결제시스템(140)과 접속하여 요청한 금액을 결제하고 보유금액정보를 회원 DB(123)에 업데이트한다. (S50/ S51)When the payment amount of the information purchaser is greater than the amount extracted from the member DB 123, when the agreement to check the charging information is transmitted from the information purchaser terminal 104 to the transaction brokerage server 121, the information purchaser accesses the financial payment system 140 and returns the requested amount. Payment is made and the holding amount information is updated in the member DB (123). (S50/S51)

101: 정보이용자 단말기
102: 정보구입희망자 단말기
103: 정보제공자 단말기
104: 정보구입자 단말기
110: 인터넷/ 인트라넷
120: 경매 물건별 정보 거래중개 웹사이트
121: 거래중개 서버
122: 경매공개데이터 DB
123: 회원 DB
124: 판매정보 DB
125: 구입희망정보 DB
126: 정보거래 DB
130: 법원정부포털 서버
140: 금융결제시스템
101: information user terminal
102: information purchase request terminal
103: information provider terminal
104: information purchaser terminal
110: Internet/ Intranet
120: Information by auction item, transaction brokerage website
121: transaction brokerage server
122: Auction open data DB
123: member DB
124: Sales information DB
125: Purchase wish information DB
126: information transaction DB
130: court government portal server
140: financial settlement system

Claims (1)

거래중개 서버가,
적어도 1개 이상의 경매 사이트에 공개된 경매물건 데이터를 정해진 주기의 배치(batch) 작업으로 크롤링(Crawling)이나 API(Application Programming Interface)로 전송 받아 경매공개데이터로 저장하는 단계;
정보이용자 단말기로부터 회원가입 정보 또는 로그인 정보를 전송 받아 저장하고 정보이용자 단말기로 회원가입 또는 로그인 승인 정보를 전송하는 단계;
정보이용자 단말기로부터 원하는 물건검색조건을 전송 받아 물건검색조건을 만족하는 물건검색결과목록을 추출하여 정보이용자 단말기로 전송하는 단계;
정보이용자 단말기로부터 선택된 물건의 색인을 전송 받아 해당 물건에 대한 경매공개데이터, 구입희망조건, 판매조건, 정보제공자의 판매이력통계를 추출하여 정보이용자 단말기로 전송하는 단계;
정보구입희망자 단말기로부터 구입희망조건을 전송 받아 저장하는 단계;
정보제공자 단말기로부터 판매조건과 판매내용을 전송 받아 저장하는 단계;
정보구입자 단말기로부터 선택된 판매정보 색인을 전송 받아 저장하고 해당 판매내용을 추출하여 정보구입자 단말기로 전송하는 단계;
정보구입자 단말기로부터 정보이용평점을 전송 받아 저장하고 정보제공자와 정보구입자의 계좌에서 거래 대금을 정산하는 단계;
를 포함하는 경매 물건별 비공개 정보의 거래중개 방법
transaction brokerage server,
A method comprising: receiving auction data published on at least one auction site through crawling or an API (Application Programming Interface) as a batch operation of a predetermined cycle and storing the data as public auction data;
receiving and storing membership registration information or login information from the information user terminal, and transmitting membership registration or login approval information to the information user terminal;
receiving a desired object search condition from the information user terminal, extracting a list of object search results that satisfy the object search condition, and transmitting it to the information user terminal;
receiving the index of the item selected from the information user terminal, extracting the auction open data for the item, the desired purchase condition, the sale condition, and the sales history statistics of the information provider, and transmitting it to the information user terminal;
receiving and storing the desired purchase condition from the information purchaser's terminal;
receiving and storing the sales conditions and sales details from the information provider terminal;
receiving and storing the selected sales information index from the information purchaser terminal, extracting the sales information, and transmitting the selected sales information to the information purchaser terminal;
receiving and storing the information use rating from the information purchaser terminal, and setting the transaction price in the accounts of the information provider and the information purchaser;
Transaction brokerage method of non-public information for each auction item, including
KR1020220007132A 2022-01-18 2022-01-18 Method and its system to intermediate the trade of hidden useful information on auctioned goods KR20220014336A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220007132A KR20220014336A (en) 2022-01-18 2022-01-18 Method and its system to intermediate the trade of hidden useful information on auctioned goods

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220007132A KR20220014336A (en) 2022-01-18 2022-01-18 Method and its system to intermediate the trade of hidden useful information on auctioned goods

Publications (1)

Publication Number Publication Date
KR20220014336A true KR20220014336A (en) 2022-02-04

Family

ID=80268326

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220007132A KR20220014336A (en) 2022-01-18 2022-01-18 Method and its system to intermediate the trade of hidden useful information on auctioned goods

Country Status (1)

Country Link
KR (1) KR20220014336A (en)

Similar Documents

Publication Publication Date Title
US10861105B2 (en) Computer readable medium, system, and method of providing a virtual venue for the transfer of taxpayer-specific information
US7130825B2 (en) Electronic ownership control system and method
JP5710869B2 (en) Collateral value examination device, collateral value examination program and loan system
US20050010423A1 (en) Real estate related and ancilliary services provided through a single point of sale
US20110258101A1 (en) Methods and systems for loss mitigation, acquisition and disposal of real-estate assets
JP5456841B2 (en) Anonymous e-commerce system and method with credit function
KR100383416B1 (en) method and apparatus for pre-approving of mortgage loan over on-line
WO2001048649A1 (en) Business transaction method of the intangible property right through on-line
JP4889140B2 (en) Anonymous e-commerce system and method with credit function
KR101666083B1 (en) System and method for evaluating loan based on sale credit
US20020138396A1 (en) Methods and apparatus for exchanging ferrous, non-ferrous and platinum group metals
KR20200019311A (en) Internet real estate brokerage method using real estate share system
US20150170238A1 (en) Computerized retail exchange system and method
KR20210108122A (en) System for mediating trade of intangile assests
KR100583657B1 (en) System and method for evaluating brand value based on the internet
US20220350809A1 (en) Method and system for compiling and utiliziing company data to advance equality, diversity, and inclusion
KR20220014336A (en) Method and its system to intermediate the trade of hidden useful information on auctioned goods
WO2014071447A1 (en) Improvements in electronic commerce
KR20180003778A (en) Auction Funding System for Real Estate
KR20130037762A (en) System and method for loan brokerage service
JP2002041836A (en) Trading system and method
US20060085300A1 (en) Systems and methods for auctioning government items
Usman et al. An overview of tax challenges of digital economy
KR102218548B1 (en) System for intermediating real estate peer-to-peer and method thereof
US20160005109A1 (en) Business method for efficient and direct buying, selling renting and leasing real estate

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E601 Decision to refuse application