POST api/search/{searchId}/records/{page}?languageCode={languageCode}&internationalPhoneFormat={internationalPhoneFormat} Authentication required

Use this method to fetch partial records returned by a search. Submit the fields (as an array of strings) you want to be returned by the api. Please note that using this method with only the fields you need may increase the performance and decrease the response time of the api.

Request

URI Parameters

NameDescriptionTypeAdditional information
searchId

Id of the search

integer

Required

page

Page number, starting at 1 (By default you are limited to 20 pages, to access more please contact us)

integer

Required

languageCode

[Optional] Language represented by its ISO 639-1 Code (2 chars long). Provide this if you wish to receive the labels in another language

string

Default value is

internationalPhoneFormat

[Optional] Default if false. Set this to true if you want phone number formatted as international phone number (Starting with +xxx prefix)

boolean

Default value is False

Body Parameters

List of fields to extract : simply put the fields names as strings

Input : array of String

Input Sample

  • application/json, text/json :
  • [ "sample string 1", "sample string 2" ]
  • application/xml, text/xml :
  • <ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>

    Response

    Returns the wanted page of records. Count of records depends on pageSize defined in the search.

    Output : object (See Model)

    Ouput Sample

  • application/json, text/json :
  • { "searchId": 1, "page": 1, "recordCount": 1, "totalRecordCount": 0, "records": [ { "uniqueID": "BE100005416", "universalPublicationId": "BE100005416", "isPublished": true, "businessName": "KAPITOL", "companyName": "Infobel", "tradeName": "KAPITOL", "directoryName": "KAPITOL", "addressStreet": "Chaussée de Saint-Job", "addressHouseNumber": "506", "address1": "Chaussée de Saint-Job 506", "address2": "", "postCode": "1180", "city": "Uccle", "cityCode": "21016", "locality": "", "localityCode": "", "province": "Bruxelles Capitale", "provinceCode": "99999990001", "region": "Bruxelles Capitale", "regionCode": "04000", "country": "Belgium", "countryCode": "BE", "phoneOrMobile": "02 379 29 40", "phone": "02 379 29 40", "dncmPhone": false, "fax": "02 379 29 88", "mobile": "", "dncmMobile": false, "email": "info@infobel.be", "website": "", "geoLevel": 4, "geoLevelDescription": "RoofTop", "longitude": "4.35838065", "latitude": "50.79234975", "internationalCategories": [ { "code": "7379", "name": "Computer related services, nec", "language": "EN", "type": "International", "level": 1 }, { "code": "5099", "name": "Durable goods, nec", "language": "EN", "type": "International", "level": 1 } ], "internationalCode01": "7379", "internationalCode02": "5099", "internationalCode03": "", "internationalCode04": "", "internationalCode05": "", "internationalCode06": "", "internationalLabel01": "Computer related services, nec", "internationalLabel02": "Durable goods, nec", "infobelCategories": [ { "code": "016118", "name": "Publishing Of Telephone Directories", "language": "EN", "type": "Infobel", "parentCode": "016100", "level": 3 } ], "infobelCode01": "016118", "infobelCode02": "", "infobelCode03": "", "infobelCode04": "", "infobelCode05": "", "infobelCode06": "", "infobelCode07": "", "infobelCode08": "", "infobelCode09": "", "infobelCode10": "", "infobelLabel01": "Publishing Of Telephone Directories", "localCategories": [ { "code": "62020", "name": "Computer consultancy activities", "language": "EN", "type": "Local", "countryCode": "BE", "level": 1 }, { "code": "46190", "name": "Agents involved in the sale of a variety of goods", "language": "EN", "type": "Local", "countryCode": "BE", "level": 1 } ], "localCode01": "62020", "localCode02": "46190", "localCode03": "", "localCode04": "", "localCode05": "", "localCode06": "", "localCode07": "", "localCode08": "", "localCode09": "", "localCode10": "", "localCode11": "", "localCode12": "", "localCode13": "", "localCode14": "", "localCode15": "", "localLabel01": "Computer consultancy activities", "localLabel02": "Agents involved in the sale of a variety of goods", "language": "FRE", "nationalID": "BE0453604761", "publishingStrength": 29.17, "genericSocialLinks": [ { "socialMediaName": "LinkedIn", "id": "132586", "link": "https://www.linkedin.com/company/infobel", "followers": 1151 } ], "nativeInfos": { "stdCityCode": "21016", "stdCityName": "Uccle", "stdProvinceCode": "99999990001", "stdProvinceName": "Bruxelles Capitale", "stdRegionCode": "04000", "stdRegionName": "Bruxelles Capitale", "stdStreetCode": "001180000000298", "stdStreetName": "Chaussée de Saint-Job", "stdStreetPostCode": "1180", "stdStreetSegmentID": "10560000339644", "altLanguage": "DUT", "altStdCityCode": "21016", "altStdCityName": "Ukkel", "altStdProvinceCode": "99999990001", "altStdProvinceName": "Brussel Hoofdstad", "altStdRegionCode": "04000", "altStdRegionName": "Brussel Hoofdstad", "altStdStreetCode": "001180000000298", "altStdStreetName": "Sint-Jobsesteenweg" }, "additionalInfos": { "internationalCodeType": "SIC87", "busFlag": "", "namingMethod": "CM1", "isQualified": "1", "lastUpdateDate": "Jan 13 2025 11:35PM", "nrOfReviews": "6", "averageRating": "2.7" } } ] }
  • application/xml, text/xml :
  • <FetchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Page>1</Page> <RecordCount>1</RecordCount> <Records> <Record> <AdditionalInfos xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>InternationalCodeType</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">SIC87</d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>BusFlag</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string"></d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>NamingMethod</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">CM1</d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>IsQualified</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">1</d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>LastUpdateDate</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">Jan 13 2025 11:35PM</d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>NrOfReviews</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">6</d4p1:Value> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>AverageRating</d4p1:Key> <d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">2.7</d4p1:Value> </d4p1:KeyValueOfstringanyType> </AdditionalInfos> <Address1>Chaussée de Saint-Job 506</Address1> <Address2></Address2> <AddressBoxNumber i:nil="true" /> <AddressHouseNumber>506</AddressHouseNumber> <AddressStreet>Chaussée de Saint-Job</AddressStreet> <BusinessName>KAPITOL</BusinessName> <City>Uccle</City> <CityCode>21016</CityCode> <CompanyName>Infobel</CompanyName> <Country>Belgium</Country> <CountryCode>BE</CountryCode> <DNCMMobile>false</DNCMMobile> <DNCMPhone>false</DNCMPhone> <DirectoryName>KAPITOL</DirectoryName> <Email>info@infobel.be</Email> <Fax>02 379 29 88</Fax> <GenericSocialLinks xmlns:d4p1="http://schemas.datacontract.org/2004/07/Kapitol.Registered.Tools.Model"> <d4p1:SocialLinkModel> <d4p1:Followers>1151</d4p1:Followers> <d4p1:Id>132586</d4p1:Id> <d4p1:Link>https://www.linkedin.com/company/infobel</d4p1:Link> <d4p1:SocialMediaName>LinkedIn</d4p1:SocialMediaName> </d4p1:SocialLinkModel> </GenericSocialLinks> <GeoLevel>4</GeoLevel> <GeoLevelDescription>RoofTop</GeoLevelDescription> <InfobelCategories> <Category> <Code>016118</Code> <CountryCode i:nil="true" /> <Language>EN</Language> <Level>3</Level> <Name>Publishing Of Telephone Directories</Name> <ParentCode>016100</ParentCode> <Type>Infobel</Type> </Category> </InfobelCategories> <InfobelCode01>016118</InfobelCode01> <InfobelCode02></InfobelCode02> <InfobelCode03></InfobelCode03> <InfobelCode04></InfobelCode04> <InfobelCode05></InfobelCode05> <InfobelCode06></InfobelCode06> <InfobelCode07></InfobelCode07> <InfobelCode08></InfobelCode08> <InfobelCode09></InfobelCode09> <InfobelCode10></InfobelCode10> <InfobelLabel01>Publishing Of Telephone Directories</InfobelLabel01> <InfobelLabel02 i:nil="true" /> <InfobelLabel03 i:nil="true" /> <InfobelLabel04 i:nil="true" /> <InfobelLabel05 i:nil="true" /> <InfobelLabel06 i:nil="true" /> <InfobelLabel07 i:nil="true" /> <InfobelLabel08 i:nil="true" /> <InfobelLabel09 i:nil="true" /> <InfobelLabel10 i:nil="true" /> <InternationalCategories> <Category> <Code>7379</Code> <CountryCode i:nil="true" /> <Language>EN</Language> <Level>1</Level> <Name>Computer related services, nec</Name> <ParentCode i:nil="true" /> <Type>International</Type> </Category> <Category> <Code>5099</Code> <CountryCode i:nil="true" /> <Language>EN</Language> <Level>1</Level> <Name>Durable goods, nec</Name> <ParentCode i:nil="true" /> <Type>International</Type> </Category> </InternationalCategories> <InternationalCode01>7379</InternationalCode01> <InternationalCode02>5099</InternationalCode02> <InternationalCode03></InternationalCode03> <InternationalCode04></InternationalCode04> <InternationalCode05></InternationalCode05> <InternationalCode06></InternationalCode06> <InternationalLabel01>Computer related services, nec</InternationalLabel01> <InternationalLabel02>Durable goods, nec</InternationalLabel02> <InternationalLabel03 i:nil="true" /> <InternationalLabel04 i:nil="true" /> <InternationalLabel05 i:nil="true" /> <InternationalLabel06 i:nil="true" /> <IsPublished>true</IsPublished> <Language>FRE</Language> <Latitude>50.79234975</Latitude> <LocalActivityCodeType i:nil="true" /> <LocalCategories> <Category> <Code>62020</Code> <CountryCode>BE</CountryCode> <Language>EN</Language> <Level>1</Level> <Name>Computer consultancy activities</Name> <ParentCode i:nil="true" /> <Type>Local</Type> </Category> <Category> <Code>46190</Code> <CountryCode>BE</CountryCode> <Language>EN</Language> <Level>1</Level> <Name>Agents involved in the sale of a variety of goods</Name> <ParentCode i:nil="true" /> <Type>Local</Type> </Category> </LocalCategories> <LocalCode01>62020</LocalCode01> <LocalCode02>46190</LocalCode02> <LocalCode03></LocalCode03> <LocalCode04></LocalCode04> <LocalCode05></LocalCode05> <LocalCode06></LocalCode06> <LocalCode07></LocalCode07> <LocalCode08></LocalCode08> <LocalCode09></LocalCode09> <LocalCode10></LocalCode10> <LocalCode11></LocalCode11> <LocalCode12></LocalCode12> <LocalCode13></LocalCode13> <LocalCode14></LocalCode14> <LocalCode15></LocalCode15> <LocalLabel01>Computer consultancy activities</LocalLabel01> <LocalLabel02>Agents involved in the sale of a variety of goods</LocalLabel02> <LocalLabel03 i:nil="true" /> <LocalLabel04 i:nil="true" /> <LocalLabel05 i:nil="true" /> <LocalLabel06 i:nil="true" /> <LocalLabel07 i:nil="true" /> <LocalLabel08 i:nil="true" /> <LocalLabel09 i:nil="true" /> <LocalLabel10 i:nil="true" /> <LocalLabel11 i:nil="true" /> <LocalLabel12 i:nil="true" /> <LocalLabel13 i:nil="true" /> <LocalLabel14 i:nil="true" /> <LocalLabel15 i:nil="true" /> <Locality></Locality> <LocalityCode></LocalityCode> <Longitude>4.35838065</Longitude> <Mobile></Mobile> <NationalID>BE0453604761</NationalID> <NativeInfos xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdCityCode</d4p1:Key> <d4p1:Value>21016</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdCityName</d4p1:Key> <d4p1:Value>Uccle</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdProvinceCode</d4p1:Key> <d4p1:Value>99999990001</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdProvinceName</d4p1:Key> <d4p1:Value>Bruxelles Capitale</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdRegionCode</d4p1:Key> <d4p1:Value>04000</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdRegionName</d4p1:Key> <d4p1:Value>Bruxelles Capitale</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdStreetCode</d4p1:Key> <d4p1:Value>001180000000298</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdStreetName</d4p1:Key> <d4p1:Value>Chaussée de Saint-Job</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdStreetPostCode</d4p1:Key> <d4p1:Value>1180</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>StdStreetSegmentID</d4p1:Key> <d4p1:Value>10560000339644</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltLanguage</d4p1:Key> <d4p1:Value>DUT</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdCityCode</d4p1:Key> <d4p1:Value>21016</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdCityName</d4p1:Key> <d4p1:Value>Ukkel</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdProvinceCode</d4p1:Key> <d4p1:Value>99999990001</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdProvinceName</d4p1:Key> <d4p1:Value>Brussel Hoofdstad</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdRegionCode</d4p1:Key> <d4p1:Value>04000</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdRegionName</d4p1:Key> <d4p1:Value>Brussel Hoofdstad</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdStreetCode</d4p1:Key> <d4p1:Value>001180000000298</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>AltStdStreetName</d4p1:Key> <d4p1:Value>Sint-Jobsesteenweg</d4p1:Value> </d4p1:KeyValueOfstringstring> </NativeInfos> <Phone>02 379 29 40</Phone> <PhoneOrMobile>02 379 29 40</PhoneOrMobile> <PostCode>1180</PostCode> <Province>Bruxelles Capitale</Province> <ProvinceCode>99999990001</ProvinceCode> <PublishingStrength>29.17</PublishingStrength> <Region>Bruxelles Capitale</Region> <RegionCode>04000</RegionCode> <TradeName>KAPITOL</TradeName> <UniqueID>BE100005416</UniqueID> <UniversalPublicationId>BE100005416</UniversalPublicationId> <WebDomain i:nil="true" /> <WebSocialLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <Website></Website> </Record> </Records> <SearchId>1</SearchId> <TotalRecordCount>0</TotalRecordCount> </FetchResult>