We’ve been migrating a lot of Google Shopping API (GSA) developers over to our API over the past few months.
To help our new developers transition to our API from the GSA, we’ve written a migration guide that shows equivalent Semantics3 Product API queries to all the GSA queries.
You can read the full migration guide here:
https://www.semantics3.com/googleshoppingapi/quickstart
Here is a sample:
Google Query
GET https://www.googleapis.com/shopping/search/v1/public/products?key=key&country=US&q=mp3+player
Equivalent Semantics3 Query
GET https://api.semantics3.com/v1/products?q={"search":"mp3 player"}
Once you’ve gotten used to the structure of our API, you may also want to check out client libraries for the Perl, Node.js, Ruby, Python, Java, C#, and PHP languages. These will help you get our API running on production instantly!
If you need help in mapping certain complex GSA queries over to our API, drop us a mail at support@semantics3.com