09.10.2023 Views

Advanced Data Analytics Using Python_ With Machine Learning, Deep Learning and NLP Examples ( 2023)

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 2

ETL with Python (Structured Data)

#

search_query = ' ASP .NET, C#, WebServices, HTML Chicago USA

biodata cv'

#

#

all_links = []

# all_links.extend(links)

for i in range(1,90,10):

main(i, search_query)

all_links.extend(process_file())

process_links(all_links)

#

This code is used to find relevant contacts from the Web for a set of

given job-searching keywords. It uses the Google Search API to fetch

the links, filters them according to the presence of certain keywords in a

URL, and then parses the link content and finds the e-mail ID and phone

number. The content may be PDF or Word or HTML documents.

48

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!