Web scrapping through python
Budget: ₹1,500 – ₹12,500 INR
Extract product name and URL from any 2 websites.
Constraints: Third-party packages like beautiful soap, scrappy, lxml, etc shouldn't be used.
Function Input : URL & product (laptop, mobile etc)
Function output :
1. product url’s (https:// url)
2. Model name: Model name of the Product
“result”: {
“model1_name": {
“url” : “https://abcd”
},
“model2_name”: {
“url” : “https://abcd”
},
“model3_name": {
“url” : “https://abcd”
}
}
Constraints: Third-party packages like beautiful soap, scrappy, lxml, etc shouldn't be used.
Function Input : URL & product (laptop, mobile etc)
Function output :
1. product url’s (https:// url)
2. Model name: Model name of the Product
“result”: {
“model1_name": {
“url” : “https://abcd”
},
“model2_name”: {
“url” : “https://abcd”
},
“model3_name": {
“url” : “https://abcd”
}
}