Skip to content

Parsers

flowtask.components.CompanyScraper.parsers

base

ScrapperBase

ScrapperBase(*args, **kwargs)

Bases: SeleniumService, HTTPService

ScrapperBase Model.

Define how scrappers should be work.-

explorium

ExploriumScrapper

ExploriumScrapper(*args, **kwargs)

Bases: ScrapperBase

ExploriumScrapper Model.

scrapping async
scrapping(document, idx, row)

Scrape company information from Explorium. Updates the existing row with new data from Explorium.

leadiq

LeadiqScrapper

LeadiqScrapper(*args, **kwargs)

Bases: ScrapperBase

LeadiqScrapper Model.

scrapping async
scrapping(document, idx, row)

Scrape company information from LeadIQ. Updates the existing row with new data from LeadIQ.

rocket

RocketReachScrapper

RocketReachScrapper(*args, **kwargs)

Bases: ScrapperBase

RocketReachScrapper Model.

scrapping async
scrapping(document, idx, row)

Scrape company information from LeadIQ. Updates the existing row with new data from LeadIQ.

siccode

SicCodeScrapper

SicCodeScrapper(*args, **kwargs)

Bases: ScrapperBase

SicCodeScrapper Model.

scrapping async
scrapping(document, idx, row)

Scrapes company information from siccode.com and updates the row.

visualvisitor

VisualVisitorScrapper

VisualVisitorScrapper(*args, **kwargs)

Bases: ScrapperBase

VisualVisitorScrapper Model.

scrapping async
scrapping(document, idx, row)

Scrape company information from LeadIQ. Updates the existing row with new data from LeadIQ.

zoominfo

ZoomInfoScrapper

ZoomInfoScrapper(*args, **kwargs)

Bases: ScrapperBase

ZoomInfo Model.

scrapping async
scrapping(document, idx, row)

Scrape company information from Zoominfo. Updates the existing row with new data from Zoominfo.