Home > Back-end >  Naukri Api to update resume
Naukri Api to update resume

Time:10-28

Is there any way to update my resume using Naukri API so that I can use it in python script? I can't even log in to Naukri using requests also I used this link https://www.naukri.com/nlogin/login

CodePudding user response:

Whilst Naukri has no publicly exposed API you could use Selenium to control a browser instance and automate the process.

CodePudding user response:

You can use RobotFramework to mimic your actions in order to upload a Resume or Update your Profile.

You can use for eg. Selenium to automate the process in RobotFramework, or AWS to extract resume from S3.

There is support for a bunch of libraries to go for; https://robocorp.com/docs/libraries/rpa-framework

  • Related