how to get all the ads from ebay using api? - ebay-api

I am trying to get all the ads from the eBay-Classifieds API, I have also gone through the documentation.
http://api.ebay-kleinanzeigen.de/docs/pages/home
but when I execute this below URL which is given in the documentation
https://api.ebay-kleinanzeigen.de/api/ads
it is asking for username and password, I have also created an account on
ebay-kleinanzeigen.de
but that username and password seem not to work.
any help would be appreciated.

for the eBay-Classifieds API you need an partner account and user account.
Without the partner account you cant use the api.
https://api.ebay-kleinanzeigen.de/docs/pages/intro
Contact platform implementations for general questions or partnership requests.

Related

Is it possible to fetch data with Google Ads API for others ads?

So in short, my task is to extract data from Google, and I'm curious if it's possible to fetch data using Google Ads API for different customers without all the required keys (developer token, refresh token, client_id and client secret). Is this possible or not? If yes, what privileges do I need, and what are the steps? If you know where I can find some clear documentation about this, it will be a lifesaver.
Thanks!
No, it isn't possible unless you have MCC credentials and the account is within that. Otherwise you will need to get credentials for each account.

How to user's saved jobs from LinkedIn API?

I am trying to find an user list of saved jobs in the LinkedIn API. Is this even possible? Once my user authorizes my app to access their profile through 0Auth authentication I can't find the API endpoint that allows me to see which jobs the user has applied for.
Any thoughts or past experience on this?
Thanks in advance!

Sonos Control Api: Get sonos account information

I am integrating Sonos using Control API.
In the login phase, the user writes username and password in the Sonos login page and authorizes the integration.
After that Sonos returns an authorization code back to my integration to use for calling api.
I would like to display the username in my application. How can you get it?
Unfortunately, there aren't any publicly-available APIs for getting the user information you are looking for. Given the sensitivity of any type of user information, we don't have any plans to expose APIs for getting this information in the near future.
The closest thing to a user unique identifier would be a householdId. This is documented here: https://developer.sonos.com/reference/control-api/households/.
Thanks,
-Mark

Linkedin API for full profile access

I want to access the full LinkedIn profile information using the API, but I have only managed to access the basic profile and e-mail address with the API-key and Secret Key.
Am I missing something or is it more restricted in some manner?
How did you get the LinkedIn API ?
Did you applied for partnership because as far as I know LinkedIn changed the policy of API , so the API will be available only through the partnership and for that you've to pay different fee based on partner program
Have a look here, the same thins we've too.
I've fulfilled the application 3 weeks ago but no response yet.
***Subject: Having acces on LinkedIn API [160721-001958]****
I had spoken with one of our experts on this and he had confirmed for me that you can still go through other workarounds for this.
Go to https://developer.linkedin.com/partner-programs
Click on either of the options based on your need. You will be directed to another page where if you scroll down you will find the button for Apply to become a LinkedIn Solutions Partner. Click on that.
You will be directed to a page that says Apply to become a LinkedIn Partner and you can fill up the form from there for access.

Ebay API: Get All Transactions By Seller

I am trying to use the Ebay API to get completed transactions for a seller(s) that is using a different account from my developer account. I've looked into GetSellerTransactions and GetOrders. Unfortunately, I am not sure if it's possible to specify a User ID different from mine. Could you point me to working example of how to do this?
To get transactions for a user you should be first authorized by that user.
You will need a developer account for that.
This links will guide you
http://developer.ebay.com/DevZone/XML/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&file=GettingTokens-Getting_Tokens_for_Applications_with_Multiple_Users.html
http://developer.ebay.com/DevZone/XML/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&file=DevAndTestApplications-Testing_Applications.html
Once you get the user token for a user you need to send them along with your developer credentials to make the getOrders API call for that particular user.