Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.74 KB

ph-dataScraping.md

File metadata and controls

75 lines (48 loc) · 1.74 KB

<== Home 🏠

Partner Power Hour

Date: 3 Mar 2021

Speaker: Chance Harmon -💼

Repository: forked/ pph-cheatsheet

What is data scraping?

In a general sense its the process of gathering information from a web site.

T A K E A W A Y S

  • I deeply appreciate and continue to learn from witnessing Chance's ability to respond to trivial moments of bias with tact and grace. The way he models autonomy in regards to personal preferences for software and developer tools is primo!
  • Doccumentation is powerful: Dig into it!

How to check your "user agent":

T A S K 
in the google search engine type: what is my user agent

R E S U L T S
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36

🛠️ Developer Tools used

  • Node.JS
  • Node Package Manager
  • Pupeteer
  • Excitement
  • VS Code
  • NPM
  • Google

Data Scraping Ideas

S O U R C E

Data scraping project ideas for marketing

  • Competitor analysis
  • SEO (Search Engine Optimization)
  • Social media reputation monitoring

Web scraping ideas for sales

  • Goods and services price comparison
  • Consumer analysis
  • Lead generation

Data scraping ideas for finance

  • Equity research
  • Financial statistics

More Applications of Web Scraping

  • Automation
  • Recruitment
  • Real-time analytics

Data Scraping Blogs

<== Home 🏠