Skip to main content
POST
/
api
/
siemens
/
search
/
partners
/
digital
/siemens/search/partners/digital
curl --request POST \
  --url https://api.anysite.io/api/siemens/search/partners/digital \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "country": "<string>",
  "count": 123,
  "timeout": 300,
  "partner_name": "",
  "location": "",
  "your_needs": "All",
  "product_category": "All",
  "industry_focus": "All"
}
'
[
  {
    "name": "<string>",
    "@type": "@siemens_partner_finder_result",
    "partner_type": "",
    "locations_count": 0,
    "location_name": "",
    "mailing_address": "",
    "contact": "",
    "email": "",
    "phone": "",
    "website": "",
    "product_specialization": "",
    "logo_url": "",
    "latitude": 0,
    "longitude": 0
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
country
string
required

Country code (AU, TR, US, etc.)

Example:

"US"

count
integer
required

Max result count

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
partner_name
string
default:""

Partner name search text

Example:

"Siemens"

location
string
default:""

Location text

Example:

"New York"

your_needs
enum<string>
default:All

Your Needs filter. Options: All, Purchase products or solutions (Solution Providers (VAR/Resellers)), Explore technology and apps (Software & Technology Partner), Find professional services (Consulting & System Integrator)

Available options:
All,
Solution Providers (VAR/Resellers),
Software & Technology Partner,
Consulting & System Integrator
Example:

"All"

product_category
enum<string>
default:All

Product Category filter

Available options:
All,
ADDITIVE MANUFACTURING,
ASSEMBLY,
CLOUD SOLUTIONS,
COMOS,
DI HOSTED BUSINESS,
FEMAP,
HEEDS,
INSIGHTS HUB,
INTEGRATED ELECTRICAL SYSTEMS,
LEARNING SERVICES,
LOGISTICS SCHEDULING,
MANUFACTURING EXECUTION,
MENDIX,
MOTION CONTROL,
NX FOR DESIGN,
NX FOR MANUFACTURING,
OPCENTER-APS,
OPEN TOOLS,
PADS,
PERFORMANCE TESTING,
PLM-MULTI,
POLARION,
PRODUCT COSTING,
QUALITY MANAGEMENT,
RESEARCH DEVELOPMENT &LABORATORY,
RULESTREAM,
SERVICES,
SIMCENTER 3D SOLUTIONS,
SIMCENTER-AMESIM,
SIMCENTER-FloEFD,
SIMCENTER-FLOTHERM,
SIMCENTER-STAR-CCM+,
SIMULATION AND TEST SOLUTIONS,
SOLID EDGE,
SUPPLYFRAME,
TC CONTENT AND DOCUMENT MANAGEMENT,
TC PRODUCT CONFIGURATOR,
TEAMCENTER,
VALOR
Example:

"All"

industry_focus
enum<string>
default:All

Partner Industry Focus filter

Available options:
All,
Aerospace and Defense,
Automotive and Transportation,
Banking, Financial &Credit Institution,
Battery,
Business Services,
Clearing House Review,
Consumer Products And Retail,
Education,
Electronics and Semiconductor,
Energy and Utilities,
Government,
Healthcare,
Heavy Equipment,
Industrial Machinery,
Infrastructure &Construction,
Insurance,
Marine,
Medical Device and Pharmaceutical,
Other Industries,
Process Industries,
Real Estate,
Service Industries,
Software &IT
Example:

"All"

Response

Successful Response

name
string
required
@type
string
default:@siemens_partner_finder_result
partner_type
string
default:""
locations_count
integer
default:0
location_name
string
default:""
mailing_address
string
default:""
contact
string
default:""
email
string
default:""
phone
string
default:""
website
string
default:""
product_specialization
string
default:""
logo_url
string
default:""
latitude
number
default:0
longitude
number
default:0