Is there any way to show my upwork profile on my webpage? ifrane does not work. If there is no ways to do this, I will just make screenshot of my profie and put them to tge page.
Asked
Active
Viewed 177 times
2
-
Have you checked out the [Upwork API Center](https://developers.upwork.com/)? I'm not familiar with Upwork myself, but it seems you can fetch your profile info [through the API](https://developers.upwork.com/?lang=python#public-profiles). – agrm Feb 04 '18 at 11:52
-
Simple solution: You could save the (complete) HTML of the page, serve it yourself, and use that in an iframe. – KIKO Software Feb 04 '18 at 11:54
-
I'll try it after Upwork API, thx to everyone. – Sarmer Feb 04 '18 at 11:55
-
While that achieves the basics I suppose, that's not a dynamic way of solving the problem though, @KIKOSoftware. When his Upwork info changes in any way, Samer will have to repeat the process. – Sheldon Scott Feb 04 '18 at 13:46
1 Answers
1
You can use Upwork API and "Get freelancer profile by key" API to fetch the details and integrate the data into your site. To simplify the process, you could use one of Upwork's libraries - see here.

mnovozhylov
- 311
- 1
- 3