International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2631
Touch with Industry
Priyanka Thakur 1, Karuna Sharma 2, Priyanka Chaudhari 3, Sayali Borade 4
1,2,3,4 Student, Computer Department, MET’s BKC IOE Nashik, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Web content mining is the extraction and
integration of relevant data, informationandknowledgefrom
different forms of web page contents. Extracting data from
web pages is challenging task as web data is mainly in semi-
structured or unstructured format, while web content mining
deals primarily with structured data. We have proposed a
system with title "Touch with Industry" that mainlyfocuses on
gathering information from various trusted sites on the basis
of company names and fields selected by the users. The
provided fields not limited to Company CEO, Address, Contact
No, Year of Establishment, Employee Strength, Images of
Company, and People on LinkedIn.
The proposed system uses web crawling, whichmakes iteasier
for the application to return the most relevant resultstousers.
The proposed system is advantageous to people like
consultants, HR representatives, Employed and Unemployed
peoples who need company overview in short period of time,
which reduces the searching time and provide relevant
information from different web pages in one go.
Key Words: web mining, web crawling, pattern matchin,
filtering.
1.INTRODUCTION
The World Wide Web has large online databases of the
companies. This database needstobeaccessedby millionsof
people. According to recent survey, it has been found that
some websites provide fake information to people. Also, it
has been observed that people needs to search a lot for
relevant information which consumes large amount of time
1.1 Project Idea
The idea behind implementing project is to provide solution
to problem of people which they face while they are
searching for company information. This system is mainly
proposed to promote efficient communication between job
seekers and consultants which will lead to ideal and effective
system.
1.2 Motivation
Basically the motivation came withthesurveyamongpeople
who faced problem while searching company details. Users
need to crawl through a number of pages to get desired
information about a company.Toovercomethisproblemthe
proposed system will be develop a desktop application
through which users can easily search about a company in
less amount of time and get relevant details.
2. LITERATURE SURVEY
The exhaustive literaturesurveyconsistingoftheconceptual
base for this project is briefly outlined here.
1. Web Data Extraction: Extracting structured data from
deep Web pages is a challenging problem due to the
underlying intricate structures of suchpages.Thismotivates
us to seek a different way for deep Web data extraction to
overcome the limitations of previous works by utilizing
some interesting common visual features on the deep Web
pages. In this paper, a novel vision-based approach that is
Web- pageprogramming-language-independentisproposed.
This approach primarily utilizes the visual features on the
deep Web pages to implement deep Web data extraction,
including data record extractionanddata itemextraction.[1]
2. Data Restruction: It synthesizes ideas from query
languages for the Web, for semi structured data and for
website restructuringand makesseveral contributions, most
notably, the idea of querying documents by manipulating
their abstract syntax trees and the support of the concept of
web as a data type. [2]
3. Hoovers: It is an official website to search the company's
profile. It searches the world’s largest database of company
and industry information. It provides less detail company
information to non-subscribers. It maintains a database of
about 85 million companies and 100 million peoples.[3]
4. Web Information Extraction Systems: The Internet
presents a huge amount of useful information which is
usually formatted for its users, which makes it difficult to
extract relevant data from various sources. This paper
surveys the major Web data extraction approaches and
compares them in three dimensions: the task domain, the
automation degree, and the techniques used. [4]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2632
2.1.1 Existing Systems
The following mentioned applications are available for the
various feature on Company Information Extraction but
having the limitations with some regards to satisfy the user.
1. Company Profile Search
_ Organised Profile
_ Detailed Search
_ Profit Accomplished
2. Lead Finder Jack
_ Crawls onto Google
_ Searches companies having paid advertisements
_ Low accuracy
3. PROBLEM DEFINATION AND SCOPE
Suppose a user wants to search specific information about
the company. For this purpose one makes use of search
engine which indeed displays a lot of websites whichmaybe
irrelevant to the user and this is a tedious and time
consuming task. To overcome the problem specified above
we develop a desktop based application that provides the
solution to the issues related with existing company
information finding system. Using trusted sites to retrieve
relevant information related to companies and providing
accurate data to the user.
3.1 Goals and objectives
i) Goals: To eliminate the burden of searching company
information. To provide user friendly and efficient service.
ii)Objective: The main objective of proposed system is user
comfort. The users can easily accessthecompanydetailsand
get the desired information at a glance.
3.2 Statement of scope
The scope of proposed system is justifiable because in wide
range people search for industry details. So wide range of
people can make use of proposed system.
3.3 Outcome
The outcome of the proposed system is,
i)Accuracy of information
ii)Selection of features according to users choice
iii)Efficient searching
4. DETAILED DESIGN
4.1 Introduction:
System architecture will benefit in such a way that every
user of the system gets advantage. When a user searches
about a company he needs to register into the system. After
logging into the system user has to enter the company name
and select the filters as per his requirement. The system will
return the required information by applying data extraction
techniques.
4.2 Architecture Design:
The input to the system is the companynameandthefeature
of the company. The proposed system will then createa web
request and send it to the search engine. The search engine
then replies to the system, the reply contains all the
information of the company. This system supports GET and
SET protocol method for the web request. SET method
creates a web request and GET method sends the request to
the system. After, receiving the information the proposed
system filter the HTML tags i.e. filters the irrelevant
information based on the feature entered as input. Further
pattern matching is carried out in which the input pattern
(features of input query) is matched with the responded
received by the system after filtering. After the pattern
matching, the information whose pattern matches with the
input query are displayed to the user i.e. user receives the
relevant information as output. The proposed system will
make use of only trusted sites, so only the correct
information will be received by the tool and display as
output.
4.3 Algorithm
Extracting structured data from web pages :
On entering the company name the process of the system
will get initiated. company_name is the variable taken for
company name. The system sends the web request to the
websites with company_name. The system receives the
HTML response from the websites. Then we apply regular
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2633
expressions and extract text node and data node. Pattern
matching is performed and illegal characters are removed.
After extracting relevant data related company links will be
displayed to the user. The user has to enter the correct
company name . After that system again sends web request
with CIN no and get HTML response. The variable used for
CIN no is cin_no. Then html tags are removed by using
regular expressions and replacing it by newline n.
Split lines by 'n'. For each line do ( find heading
nodes(attributenames)atpositioni attribute[i].value=
lines[i+1] ). Then the system save attribute value and
show data.
5. CONCLUSIONS AND FUTURE WORK
We have presented Touch With Industry system, which
provides a framework for approaching many web data
management task from a unified perspective. This system
operates in three levels: Input, process and output. The
proposed system provides the user with the relevant
information by filtering the HTML tags. The system also
follows pattern matching process after filtering HTML tags
which allows the system to match the response with the
input parameters given by user. The Touch With Industry
system can be extended to other domain of application.
Additionally, as future work we can notify the logged in
users about the jobs vacancy available invariouscompanies.
We can also provide the facility to the user for uploading
their resume for getting job in their area of interest.
REFERENCES
[1] ViDE: A Vision-Based Approach for Deep Web Data
Extraction by Wei Liu, Xiaofeng Meng.
[2] WebOQL: Restructuring Documents,Databasesand Webs
by Gustavo O. Arocena, Alberto O. Mendelzon
[3] S. Huffman, “Learning Information Extraction Patterns
from Examples,” Connectionist, Statistical, and Symbolic
Approaches to Learning for Natural Language Processing,
Springer-Verlag, 1996.
[4] A Survey of Web InformationExtractionSystemsbyChia-
Hui Chang, Mohammed Kayed and Khaled F. Shaalan
[5] Using Visual Clues Concept for Extracting Main Data
from Deep Web Pages by Satish Pusdekar , ShaikhChhaware
[6] A Survey of Web Information Extraction Systems by
Chia-Hui Chang , Mohammed Kayed
[7]D. Freitag, “Information Extraction from HTML:
Application of a General Learning Approach,” Proc. 15th
Conf. Artificial Intelligence (AAAI ’98), 1998.
[8] J. Wang and F.H. Lochovsky, “Data Extraction and Label
Assignment for Web Databases,” Proc. 12th Int’l Conf. World
Wide Web (WWW), pp. 187-196, 2003.
[9] A. Arasu and H. Garcia-Molina, “Extracting Structured
Data from Web Pages,” Proc. ACM SIGMOD Int’l Conf.
Management of Data, pp. 337-348, 2003.
BIOGRAPHIES
Priyanka S. Thakur appearingfor
BE degree from the Department of
Computer Engineering, MET’s
Bhujbal Knowledge City IOE,
Nashik.
Karuna R. Sharma appearing for
BE degree from the Department of
Computer Engineering, MET’s
Bhujbal Knowledge City IOE,
Nashik.
Priyanka B. Chaudhari appearing
for BE degree from the
Department of Computer
Engineering, MET’s Bhujbal
Knowledge City IOE, Nashik.
Sayali P. Borade appearing for BE
degree from the Department of
Computer Engineering, MET’s
Bhujbal Knowledge City IOE,
Nashik.

More Related Content

PDF
IRJET- Recommendation System for Electronic Products using BigData
PDF
A Generic Model for Student Data Analytic Web Service (SDAWS)
PDF
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
PDF
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
PDF
IRJET- An Analysis of Personal Data Shared to Third Parties by Web Services
PDF
IRJET- A Survey on Mining of Tweeter Data for Predicting User Behavior
PDF
A Web Extraction Using Soft Algorithm for Trinity Structure
PDF
Marketplace affiliates potential analysis using cosine similarity and vision-...
IRJET- Recommendation System for Electronic Products using BigData
A Generic Model for Student Data Analytic Web Service (SDAWS)
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- An Analysis of Personal Data Shared to Third Parties by Web Services
IRJET- A Survey on Mining of Tweeter Data for Predicting User Behavior
A Web Extraction Using Soft Algorithm for Trinity Structure
Marketplace affiliates potential analysis using cosine similarity and vision-...

What's hot (19)

PDF
IRJET - Encoded Polymorphic Aspect of Clustering
PDF
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...
PDF
Time-Ordered Collaborative Filtering for News Recommendation
PDF
IMPLEMENTATION OF SASF CRAWLER BASED ON MINING SERVICES
PDF
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
PDF
IRJET- PDF Extraction using Data Mining Techniques
PDF
DISTRIBUTION SYSTEM SERVICE PROVIDED BY ELECTRIC VEHICLES
PDF
Making isp business profitable using data mining
PDF
Aisha Email System
PDF
Benchmarking supervised learning models for sentiment analysis
PDF
IRJET- UID Secure Travel Identity
PDF
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
PDF
IRJET- Intelligence Extraction using Machine Learning Technics
PDF
IRJET- Customer Feedback Analysis using Machine Learning
PDF
Candidate Ranking and Evaluation System based on Digital Footprints
PDF
Conference Paper: Enabling Privacy Mechanisms in Apache Storm
DOC
Combining efficiency, fidelity, and flexibility in resource information services
PDF
Security risk analysis of bring your own device system in manufacturing compa...
PDF
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
IRJET - Encoded Polymorphic Aspect of Clustering
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...
Time-Ordered Collaborative Filtering for News Recommendation
IMPLEMENTATION OF SASF CRAWLER BASED ON MINING SERVICES
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
IRJET- PDF Extraction using Data Mining Techniques
DISTRIBUTION SYSTEM SERVICE PROVIDED BY ELECTRIC VEHICLES
Making isp business profitable using data mining
Aisha Email System
Benchmarking supervised learning models for sentiment analysis
IRJET- UID Secure Travel Identity
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
IRJET- Intelligence Extraction using Machine Learning Technics
IRJET- Customer Feedback Analysis using Machine Learning
Candidate Ranking and Evaluation System based on Digital Footprints
Conference Paper: Enabling Privacy Mechanisms in Apache Storm
Combining efficiency, fidelity, and flexibility in resource information services
Security risk analysis of bring your own device system in manufacturing compa...
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
Ad

Similar to Touch With Industry (20)

PDF
Similarity based Dynamic Web Data Extraction and Integration System from Sear...
PDF
PDF
PDF
IRJET - Re-Ranking of Google Search Results
PPT
Business Intelligence Solution Using Search Engine
PDF
Data mining in web search engine optimization
PDF
A Novel Data Extraction and Alignment Method for Web Databases
PDF
The Data Records Extraction from Web Pages
PDF
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
PPTX
final ppt.pptx
PPTX
Sekhon final 1_ppt
PDF
E017413647
PDF
ISWC 2012 - Industry Track: "Linked Enterprise Data: leveraging the Semantic ...
PPTX
web mining
PDF
A Study Web Data Mining Challenges And Application For Information Extraction
PDF
Bulk ieee projects 2012 2013
PDF
Df25632640
PDF
A machine learning approach to web page filtering using ...
PDF
A machine learning approach to web page filtering using ...
PDF
`A Survey on approaches of Web Mining in Varied Areas
Similarity based Dynamic Web Data Extraction and Integration System from Sear...
IRJET - Re-Ranking of Google Search Results
Business Intelligence Solution Using Search Engine
Data mining in web search engine optimization
A Novel Data Extraction and Alignment Method for Web Databases
The Data Records Extraction from Web Pages
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
final ppt.pptx
Sekhon final 1_ppt
E017413647
ISWC 2012 - Industry Track: "Linked Enterprise Data: leveraging the Semantic ...
web mining
A Study Web Data Mining Challenges And Application For Information Extraction
Bulk ieee projects 2012 2013
Df25632640
A machine learning approach to web page filtering using ...
A machine learning approach to web page filtering using ...
`A Survey on approaches of Web Mining in Varied Areas
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
Design Guidelines and solutions for Plastics parts
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PPTX
Current and future trends in Computer Vision.pptx
PPTX
Software Engineering and software moduleing
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PDF
737-MAX_SRG.pdf student reference guides
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
communication and presentation skills 01
PDF
Soil Improvement Techniques Note - Rabbi
PPTX
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
August 2025 - Top 10 Read Articles in Network Security & Its Applications
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
III.4.1.2_The_Space_Environment.p pdffdf
Design Guidelines and solutions for Plastics parts
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Visual Aids for Exploratory Data Analysis.pdf
Categorization of Factors Affecting Classification Algorithms Selection
Current and future trends in Computer Vision.pptx
Software Engineering and software moduleing
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
737-MAX_SRG.pdf student reference guides
August -2025_Top10 Read_Articles_ijait.pdf
communication and presentation skills 01
Soil Improvement Techniques Note - Rabbi
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...

Touch With Industry

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2631 Touch with Industry Priyanka Thakur 1, Karuna Sharma 2, Priyanka Chaudhari 3, Sayali Borade 4 1,2,3,4 Student, Computer Department, MET’s BKC IOE Nashik, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Web content mining is the extraction and integration of relevant data, informationandknowledgefrom different forms of web page contents. Extracting data from web pages is challenging task as web data is mainly in semi- structured or unstructured format, while web content mining deals primarily with structured data. We have proposed a system with title "Touch with Industry" that mainlyfocuses on gathering information from various trusted sites on the basis of company names and fields selected by the users. The provided fields not limited to Company CEO, Address, Contact No, Year of Establishment, Employee Strength, Images of Company, and People on LinkedIn. The proposed system uses web crawling, whichmakes iteasier for the application to return the most relevant resultstousers. The proposed system is advantageous to people like consultants, HR representatives, Employed and Unemployed peoples who need company overview in short period of time, which reduces the searching time and provide relevant information from different web pages in one go. Key Words: web mining, web crawling, pattern matchin, filtering. 1.INTRODUCTION The World Wide Web has large online databases of the companies. This database needstobeaccessedby millionsof people. According to recent survey, it has been found that some websites provide fake information to people. Also, it has been observed that people needs to search a lot for relevant information which consumes large amount of time 1.1 Project Idea The idea behind implementing project is to provide solution to problem of people which they face while they are searching for company information. This system is mainly proposed to promote efficient communication between job seekers and consultants which will lead to ideal and effective system. 1.2 Motivation Basically the motivation came withthesurveyamongpeople who faced problem while searching company details. Users need to crawl through a number of pages to get desired information about a company.Toovercomethisproblemthe proposed system will be develop a desktop application through which users can easily search about a company in less amount of time and get relevant details. 2. LITERATURE SURVEY The exhaustive literaturesurveyconsistingoftheconceptual base for this project is briefly outlined here. 1. Web Data Extraction: Extracting structured data from deep Web pages is a challenging problem due to the underlying intricate structures of suchpages.Thismotivates us to seek a different way for deep Web data extraction to overcome the limitations of previous works by utilizing some interesting common visual features on the deep Web pages. In this paper, a novel vision-based approach that is Web- pageprogramming-language-independentisproposed. This approach primarily utilizes the visual features on the deep Web pages to implement deep Web data extraction, including data record extractionanddata itemextraction.[1] 2. Data Restruction: It synthesizes ideas from query languages for the Web, for semi structured data and for website restructuringand makesseveral contributions, most notably, the idea of querying documents by manipulating their abstract syntax trees and the support of the concept of web as a data type. [2] 3. Hoovers: It is an official website to search the company's profile. It searches the world’s largest database of company and industry information. It provides less detail company information to non-subscribers. It maintains a database of about 85 million companies and 100 million peoples.[3] 4. Web Information Extraction Systems: The Internet presents a huge amount of useful information which is usually formatted for its users, which makes it difficult to extract relevant data from various sources. This paper surveys the major Web data extraction approaches and compares them in three dimensions: the task domain, the automation degree, and the techniques used. [4]
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2632 2.1.1 Existing Systems The following mentioned applications are available for the various feature on Company Information Extraction but having the limitations with some regards to satisfy the user. 1. Company Profile Search _ Organised Profile _ Detailed Search _ Profit Accomplished 2. Lead Finder Jack _ Crawls onto Google _ Searches companies having paid advertisements _ Low accuracy 3. PROBLEM DEFINATION AND SCOPE Suppose a user wants to search specific information about the company. For this purpose one makes use of search engine which indeed displays a lot of websites whichmaybe irrelevant to the user and this is a tedious and time consuming task. To overcome the problem specified above we develop a desktop based application that provides the solution to the issues related with existing company information finding system. Using trusted sites to retrieve relevant information related to companies and providing accurate data to the user. 3.1 Goals and objectives i) Goals: To eliminate the burden of searching company information. To provide user friendly and efficient service. ii)Objective: The main objective of proposed system is user comfort. The users can easily accessthecompanydetailsand get the desired information at a glance. 3.2 Statement of scope The scope of proposed system is justifiable because in wide range people search for industry details. So wide range of people can make use of proposed system. 3.3 Outcome The outcome of the proposed system is, i)Accuracy of information ii)Selection of features according to users choice iii)Efficient searching 4. DETAILED DESIGN 4.1 Introduction: System architecture will benefit in such a way that every user of the system gets advantage. When a user searches about a company he needs to register into the system. After logging into the system user has to enter the company name and select the filters as per his requirement. The system will return the required information by applying data extraction techniques. 4.2 Architecture Design: The input to the system is the companynameandthefeature of the company. The proposed system will then createa web request and send it to the search engine. The search engine then replies to the system, the reply contains all the information of the company. This system supports GET and SET protocol method for the web request. SET method creates a web request and GET method sends the request to the system. After, receiving the information the proposed system filter the HTML tags i.e. filters the irrelevant information based on the feature entered as input. Further pattern matching is carried out in which the input pattern (features of input query) is matched with the responded received by the system after filtering. After the pattern matching, the information whose pattern matches with the input query are displayed to the user i.e. user receives the relevant information as output. The proposed system will make use of only trusted sites, so only the correct information will be received by the tool and display as output. 4.3 Algorithm Extracting structured data from web pages : On entering the company name the process of the system will get initiated. company_name is the variable taken for company name. The system sends the web request to the websites with company_name. The system receives the HTML response from the websites. Then we apply regular
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2633 expressions and extract text node and data node. Pattern matching is performed and illegal characters are removed. After extracting relevant data related company links will be displayed to the user. The user has to enter the correct company name . After that system again sends web request with CIN no and get HTML response. The variable used for CIN no is cin_no. Then html tags are removed by using regular expressions and replacing it by newline n. Split lines by 'n'. For each line do ( find heading nodes(attributenames)atpositioni attribute[i].value= lines[i+1] ). Then the system save attribute value and show data. 5. CONCLUSIONS AND FUTURE WORK We have presented Touch With Industry system, which provides a framework for approaching many web data management task from a unified perspective. This system operates in three levels: Input, process and output. The proposed system provides the user with the relevant information by filtering the HTML tags. The system also follows pattern matching process after filtering HTML tags which allows the system to match the response with the input parameters given by user. The Touch With Industry system can be extended to other domain of application. Additionally, as future work we can notify the logged in users about the jobs vacancy available invariouscompanies. We can also provide the facility to the user for uploading their resume for getting job in their area of interest. REFERENCES [1] ViDE: A Vision-Based Approach for Deep Web Data Extraction by Wei Liu, Xiaofeng Meng. [2] WebOQL: Restructuring Documents,Databasesand Webs by Gustavo O. Arocena, Alberto O. Mendelzon [3] S. Huffman, “Learning Information Extraction Patterns from Examples,” Connectionist, Statistical, and Symbolic Approaches to Learning for Natural Language Processing, Springer-Verlag, 1996. [4] A Survey of Web InformationExtractionSystemsbyChia- Hui Chang, Mohammed Kayed and Khaled F. Shaalan [5] Using Visual Clues Concept for Extracting Main Data from Deep Web Pages by Satish Pusdekar , ShaikhChhaware [6] A Survey of Web Information Extraction Systems by Chia-Hui Chang , Mohammed Kayed [7]D. Freitag, “Information Extraction from HTML: Application of a General Learning Approach,” Proc. 15th Conf. Artificial Intelligence (AAAI ’98), 1998. [8] J. Wang and F.H. Lochovsky, “Data Extraction and Label Assignment for Web Databases,” Proc. 12th Int’l Conf. World Wide Web (WWW), pp. 187-196, 2003. [9] A. Arasu and H. Garcia-Molina, “Extracting Structured Data from Web Pages,” Proc. ACM SIGMOD Int’l Conf. Management of Data, pp. 337-348, 2003. BIOGRAPHIES Priyanka S. Thakur appearingfor BE degree from the Department of Computer Engineering, MET’s Bhujbal Knowledge City IOE, Nashik. Karuna R. Sharma appearing for BE degree from the Department of Computer Engineering, MET’s Bhujbal Knowledge City IOE, Nashik. Priyanka B. Chaudhari appearing for BE degree from the Department of Computer Engineering, MET’s Bhujbal Knowledge City IOE, Nashik. Sayali P. Borade appearing for BE degree from the Department of Computer Engineering, MET’s Bhujbal Knowledge City IOE, Nashik.