i need to scrape details from following webpage for a particular category,i could able to get response for few of the pages using python requests module, following pages are unable to scrape or need some help/guidence to resolve the issue
https://iprsearch.ipindia.gov.in/publicsearch
first search page need to loaded then on “Please Enter Application Number” text box please enter the search input “3285/CHENP/2008” value then fillup the image captcha and we got able to get the patent search result page for detail reference please refer the screenshot
screenshot 1
Screenshot 2
And after that click on application staus button and then enter the search input and fillup the image captcha and hit the show status button , we could see the apllication status result page and this page will hold the payload as APP Number and OTP and i can’t able to find those parameter from any of the previous page
Screenshot 3
please help me with those payload issue, To resolve and fetch content for the application status page with the valid resultant values
i have rsolved image captcha but can’t able to fetch the apllication status page results due those parameter unavailability and i need a exact solution in python code content fetch of application staus page
Navin V P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.