Pexels scrape ?

west555

Senior Member
Joined
Dec 4, 2011
Messages
1,004
Reaction score
455
I need to get the image by keyword via Pexels API. and display its URL as string.

They have a NuGet pack for dot.net

Code:
https://www.nuget.org/packages/PexelsDotNetSDK
Which i imported and tried to use as per their instructions, however, I do not get results for anything. Am missing something.

I know there are great developers there that need 10 minutes for tasks like this, so am asking for help.

Code is preferred in vb.net but C# is also good
 
Google doesn't care about DA if you are meaning Moz DA.

Can you add some context, maybe part of your code?
Solved already, while I was waiting.
Apparently, I didn't tell it to wait for the task to be done initially so it finished the rest of the process and exited the app before the task of getting the image was done.

Task.WaitAll(task)
 
Back
Top