You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gskrawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gskrawler

gskrawler will enter your domain and scan every page of your website, extracting page titles, descriptions, keywords, and links etc..

1.0.0
pipPyPI
Maintainers
1

gskrawler

Description: gskrawler ==============

    gskcrawler will enter your domain and scan every page of your website, extracting page titles, descriptions, keywords, and links etc..

    Requirements
    ============================
    BeautifulSoup4
    requests
    urllib3 1.22
    

    Commands
    ============================
    <head>
    ------------

			gskrawler.head(url)

	<title> 
	------------

			gskrawler.title(url)

	<body>
	------------

			gskrawler.body(url)

	response in html format
	------------

			gskrawler.html(url)

	links in a website
	------------

			gskrawler.links(url)

	class elements
	------------

			gskrawler.tagclass(url,tagname,classname)

	id elements
	------------

			gskrawler.tagid(url,tagname,idname)

	emails in a website
	------------

			gskrawler.emails(url)

	images in a website
	------------

			gskrawler.images(url)


    ----
    
    Example Code
    ------------
    
    Open Python Interpreter::
    
        >>> import gskrawler
        >>> gskrawler.emails('https://www.fisglobal.com/')
        >>> gskrawler.images('https://www.fisglobal.com/')
        >>> gskrawler.head('https://www.fisglobal.com/')
        >>> gskrawler.tagclass('https://www.naukri.com/','ul','set')

Keywords

gskrawler scraping website emails data webcrawler

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts