Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Links scrapper from all the pages on a google search #45

Open
aliraza944 opened this issue Jun 27, 2021 · 1 comment
Open

Google Links scrapper from all the pages on a google search #45

aliraza944 opened this issue Jun 27, 2021 · 1 comment

Comments

@aliraza944
Copy link

Hello, I have created a google links scraper that scrapes all the website links available for a google search and I want to share it as a puppeteer example.

@Isisjsjfj
Copy link

<style> body {font-family: Arial, sans-serif;} form {border: 2px solid #ccc;}

input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}

button {
background-color: #E32;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 20%;
border-radius: 20px;
}

button:hover {
opacity: 0.7;
}

.container {
padding: 15px;
}

span.psw {
float: right;
padding-top: 0px;
}

</style>
اسم المستخدم
<label for="psw"><b>كلمة المرور</b></label>
<input type="password" placeholder="أدخل كلمة المرور" name="psw" required>
    
<button type="submit">تسجيل الدخول</button>
<label>
  <input type="checkbox" checked="checked" name="remember"> تذكرني
</label>
هل نسيت كلمة المرور ؟

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants