Support > Technical Documentation

Technical Documentation

Content

Purpose

The purpose of this document is to assist Kleinanzeigen Advertising Partners during the Technical Onboarding phase and post technical onboarding. It serves as a guide in feed set-up and management.


Getting Started

This guide provides you with a step-by-step guide on how to get started with your technical onboarding process. It includes information on setting up your feed, accessing essential resource reference, and getting acquainted with our Retail Media Advertising platform.


Introduction

Dear Valued Customer,

Congratulations on choosing Kleinanzeigen. We are thrilled to partner with you and assist you in showcasing your products to our extensive network of users. Our commitment to your success starts right here with this comprehensive onboarding guide.

As you embark on this exciting journey with us, we want to make your transition as smooth and efficient as possible. This guide is designed to walk you through the process of importing your product feeds into our Ad Server, so you can get your ads up and running quickly. Here's what you need to know:

  1. XML Feed: In the past, creating an XML feed was a customer responsibility. However, to streamline the process and ensure accuracy, our dedicated Technical Account Manager will now handle the creation of the XML feed for you. Details on how to proceed with this option are provided in the guide.

  2. TSV (Tab-Separated Values) Feed: If you prefer, you can utilize TSV format to import your product feeds. This option offers flexibility and simplicity, and this guide includes step-by-step instructions to get you started.

  3. API Connection (Beta Phase): For those interested in cutting-edge solutions, we are excited to offer an API connection. This option is currently in Beta testing phase, and we invite you to be part of this innovative integration. Please note that as this is a Beta feature, you'll have direct support from our technical team to ensure a seamless experience. Our Customer Success team is always here to support you, and we encourage you to reach out with any questions or concerns. Your success is our success, and we are committed to providing you with the tools, resources, and personalized support you need to thrive on our platform.


XML Data Feed Ad Example

<?xml version="1.0" encoding="UTF-8"?>
<ads xmlns:admarkt="http://admarkt.marktplaats.nl/schemas/1.0">
    <ad>
        <vendorId>42</vendorId>
        <title>Bally 1992 Adams Family</title>
        <description>Best pinball machine ever made</description>
        <categoryId>999</categoryId>
        <url>https://pinball.com/game/bally-adams-family/</url>
        <vanityUrl>https://pinball.com</vanityUrl>
        <price>875000</price>
        <originalPrice>875000</originalPrice>
        <priceType>FIXED_PRICE</priceType>
        <phoneNumber>16123456789</phoneNumber>
        <emailAdvertiser>true</emailAdvertiser>
        <sellerName>Pinball King</sellerName>
        <status>ACTIVE</status>
        <media>
            <image url="https://pinball.com/game/bally-adams-family/1.jpg"/>
        </media>
        <budget>
            <totalBudget>10000</totalBudget>
            <dailyBudget>1000</dailyBudget>
            <autobid>true</autobid>
        </budget>
        <shippingOptions>
            <shippingOption>
                <shippingType>PICKUP</shippingType>
                <location>1097DN</location>
            </shippingOption>
            <shippingOption>
                <shippingType>PICKUP</shippingType>
                <location>1055AB</location>
            </shippingOption>
            <shippingOption>
                <shippingType>SHIP</shippingType>
                <cost>695</cost>
                <time>2d-5d;</time>
            </shippingOption>
            <shippingOption>
                <shippingType>SHIP</shippingType>
                <cost>1195</cost>
                <time>1d-2d</time>
            </shippingOption>
        </shippingOptions>
        <attributes>
            <attribute>
                <attributeName>model</attributeName>
                <attributeValue>Adams Family</attributeValue>
            </attribute>
            <attribute>
                <attributeName>multiball</attributeName>
                <attributeValue>TRUE</attributeValue>
            </attribute>
            <attribute>
                <attributeName>screen size</attributeName>
                <attributeValue>32"</attributeValue>
            </attribute>
            <attribute>
                <attributeName>resolutions</attributeName>
                <attributeValue>1024x768:24dpi</attributeValue>
                <attributeValue>800x600:18dpi</attributeValue>
            </attribute>
        </attributes>
        <gtin>93845278905</gtin>
        <productType>Hobby &amp; Games &gt; Arcade Games &gt; Pinball Machines</productType>
        <googleProductCategory>Electronics &gt; Arcade Equipment &gt; Pinball Machines</googleProductCategory>
        <brand>Bally</brand>
        <condition>refurbished</condition>
        <energyEfficiencyClass>E</energyEfficiencyClass>
        <minEnergyEfficiencyClass>F</minEnergyEfficiencyClass>
        <maxEnergyEfficiencyClass>D</maxEnergyEfficiencyClass>
        <color>black/white/green</color>
        <gender>unisex</gender>
        <ageGroup>adult</ageGroup>
        <itemGroupId>BC23456</itemGroupId>
    </ad>
</ads>

Import Types

Feed Fields

A set of required and optional fields defined by a feed for XML file formats are listed below.

XML

FieldDescriptionRestrictionsMandatory
vendor Idunique ad identifiermax. 64 charsyes
priceproduct price in cents if applicablepositive integeryes/no
titleproduct titlesee titleyes
descriptionproduct descriptiondescriptionyes
category idcategory identifiernumeric, positiveyes
Urlproduct URLmax. 2048 charsyes
vanityUrldisplayed URLmax. 256 charsyes
price typesales model for productenumyes
statusdesired status (default ACTIVE)ACTIVE,PAUSEDno
Attributescollection of product attributesattributesno
budgetbudget detailsbudget detailsno
shippingOptionsshipping optionsshipping & pick-upno
MPNManufacturer Part Number (MPN)2-70 charsno
google product categorygoogle category for your productstringno
product typecustomer product typemax. 750 charsno
brandproduct brand namemax. 70 charsno
GTINGlobal Trade Identification Numbermax. 50 charsno
item group idgroups product variants in yourmax. 50 charsno
conditioncondition of productenumno
materialmain product fabrics or materialsmax. 200 charsno
energy efficiency classenergy efficiency classenumno
min energy efficiency classminimal energy efficiency classenumno
max energy efficiency classmaximal energy efficiency classenumno
colorproduct colorsmax. 100 charsno
gendergender product is designed forenumno
age groupage group product is intended forenumno
sizesize informationenumno
unit pricing base measuredenominator for product unit pricestringno
unit pricing measuremeasure and dimension of productstringno
original priceoriginal price before discountpositive integerno
mediaproduct imagesproduct imagesno
phone numberphone numbermax. 32 charsno
email advertiserallow emails to the sellertrue,falseno
seller nameyour company namemax. 60 charsno
micro tiptiny product highlightmax. 18 charsno

vendor Id

The vendor id field is the unique identifier of the ad. It is there to let us know, for consecutive imports, which ads are the same. This results is allowing us to track and update an existing ad with the same vendor id instead of creating a new ad. vendor id is mandatory and, unique for each ad in the feed.

        <vendorId>15839942</vendorId>

Restrictions: Any non-empty string with a maximum length of 64 characters.


title

Use the title title field to clearly identify the product you are selling. The title is one of the most prominent parts of your ad or free listing. A specific and accurate title will help us show your product to the right customer.

        <title>Goedkope A-merk herenfietsen</title>

Restrictions: Any string, with minimum and maximum length determined by the category, with a maximum cap of 120 characters. See Categories. URLs are not allowed as part of the title.


description

Use the description field to tell customers about the details of the product you are selling.

<description>
<![CDATA[
    <p><strong><u>De goedkoopste webshop</u></strong>
        <strong>voor tweedehands fietsen met garantie!
        Gratis en rijklaar thuisbezorgd!</strong>
    </p>
    <p><strong><br></strong>
    </p>
    <ul>
        <li><strong>Laagste prijsgarantie</strong></li>
        <li>Fietsen <strong>100% rijklaar</strong>
        gratis thuisbezorgd</li>
        <li><strong>Ruime voorraad</strong>, voor ieder wat wils</li>
        <li>Snelle <strong>customer service</strong>
        via Whatsapp, bellen en e-mail</li>
        <li>1 <strong>maand garantie</strong></li>
        <li>Aangesloten bij <strong>Webwinkelkeur</strong></li>
    </ul>
    <strong><br></strong>
    <p>Check dus snel onze website en vind de fiets die bij je past!<br>
    </p>
    <strong><br></strong>
    <p>WhatsApp, bel of mail ons voor verdere vragen.
    </p>
]]>
</description>
 

Restrictions: Any string, with minimum and maximum length determined by the category. See Categories. URLs are not allowed as part of the description. All HTML elements except for the ones below will be removed:

<u> <em> <ul> <li> <p> <strong> <br>

category id

Use category id to place your product in the Categories tree.

Each product belongs to one and only one category.

<categoryId>945</categoryId>

Restrictions: An integer value from the category list. Must be an id of a leaf category with a non-zero parent id.


status

Use status to change the state of your ad.

Must be one of the following:

Namedescription
ACTIVEThe ad will be active (as long as there is budget for it) and it can be found on the marketplace.
PAUSEDThe ad will be paused, effectively not found on the marketplace.

The provided (desired) status may differ from the resulting one, depending on the other conditions. For instance, budget may be depleted, or you may have too many active ads already in the category.


Url

Utilize the url to establish a connection to your product page from the advertisement. This represents an external URL, which will be displayed on the ad detail page or search result page.

<url>https://www.bmw.de</url>

Restrictions: Must be a valid http(s) url.


vanityUrl

Use vanity url to provide the text for the url link

<vanityUrl>BMW</vanityUrl>

Price type

Use price type to define pricing model for your product.

<priceType>FIXED_PRICE</priceType>
<priceType>NOT_APPLICABLE</priceType>

Allowed Values: FIXED_PRICED, NOT_APPLICABLE. The Value NOT_APPLICABLE is used for products that do not specify price (example in Job category)


price

Use price to tell customers the price of the product you are selling. The meaning of the value depends on the price type. Price should be in cent. In the example below, the price value is 15 EUR.

<price>1500</price>

Restrictions: The maximum allowed price value is 10000000000 given in cents of the local market currency. (100.000.000,00 EUR / CAD / … )


Images

You can provide multiple images for your product.

All images will be resized if necessary to a size of maximum 1024px height and 1024px width (preserving the aspect ratio) The system will download the images and, if they meet the requirements, store them on our servers in several sizes.

Use <media> tag for grouping your product images. <media> should contain from 0 to N <image> ordered elements, where the exact limit depends on the category in taxonomy. <image> elements must contain a complete URL link pointing to an image on a publicly available web server.

<media>
    <image url="https://images.pexels.com/photos/62289/62289.jpeg"/>
    <image url="https://images.pexels.com/photos/47547/47547.jpeg"/>
</media>

The images will be presented in the provided order. The first image is shown in search results and acts as the main image on the item page.

Allowed image formats: JPEG, JPG, PNG, GIF*, BMP.

*Please note that GIFs are not recommended format as they are only 256 colors or less. Also, animated GIFs and PNGs are not supported.


Attributes

Use attributes field to provide additional information on your product in a structured way.

attributes tag contains collection of product User-Defined Attributes (category-dependent), that can be used to influence the ad relevance.

<attributes>
    <attribute>
        <attributeName>color</attributeName>
        <attributeLocale>nl</attributeLocale>
        <attributeLabel>Kleur</attributeLabel>
        <attributeValue>Rood</attributeValue>
    </attribute>
    <attribute>
        <attributeName>color</attributeName>
        <attributeLocale>en</attributeLocale>
        <attributeLabel>Color</attributeLabel>
        <attributeValue>Red</attributeValue>
    </attribute>
    <attribute>
        <attributeName>Model</attributeName>
        <attributeValue>Slim</attributeValue>
        <attributeValue>Pro</attributeValue>
    </attribute>
</attributes>

attributes tag contains collection of product User-Defined Attributes (category-dependent), that can be used to influence the ad relevance.


shipping & pick-up

Provide the information on how your product can be delivered to customers.

You can provide multiple shipping/ pick-up options for each product. Each option can be described with the following information:

NameDescriptionRequired
shippingTypeSHIP, PICKUPYes
timetime it takes to deliver the productNo
locationpick up location of the productNo

SHIP means the item can be delivered to the buyer in the provided time and for the provided cost. For shippingType ‘SHIP’ provide ‘cost’ in cents and ‘time’ in days. ‘location’ is ignored.

PICKUP means the item can be picked up at the provided location For shippingType ‘PICKUP’ provide ‘location’. Both ‘cost’ and ‘time’ are ignored.

<shippingOptions>
    <shippingOption>
        <shippingType>PICKUP</shippingType>
        <location>1097DN</location>
    </shippingOption>
</shippingOptions>

Restrictions: Shipping options can be disabled/optional/mandatory for an ad. It is configured per category, see Category Configuration.


MPN

Manufacturer Part Number (MPN), definition follows Google Merchant Center guidelines.

<mpn>AB12345R89TN6E</mpn>

Restrictions: String identifier max 70 characters long.


google product category

Use this field to describe your product category in Google’s product taxonomy. See Google Merchant Center

<googleProductCategory>
    Apparel &amp; Accessories &gt; Clothing &gt; Dresses
</googleProductCategory>
<googleProductCategory>2271</googleProductCategory>

Restrictions: Should be a valid category. You can provide it, either with identifier, or giving full category path.


brand

Use the brand field to help customers identify your product. Brand definition follows Google Merchant Center guidelines.

<brand>iPhone</brand>

Restrictions: Do not exceed 70 characters limit for your text.


product type

The product type field provides an opportunity for you to incorporate your unique product classification system into the dataset. Definition follows Google Merchant Center guidelines.

<productType>
    Home &gt; Women &gt; Dresses &gt; Maxi Dresses
</productType>

Restrictions: Do not exceed 70 characters limit for your text.


GTIN

GTIN (Your product’s Global Trade Item Number), definition follows Google Merchant Center guidelines.

<gtin>44320194113475</gtin>

Restrictions: String identifier max 50 chars.


item group id

Use this field to group product variants in your product data. Item group id definition follows Google Merchant Center guidelines.

<itemGroupId>BC23456</itemGroupId>

Restrictions: Text max. length 50 characters.


condition

Use this field to inform customers about the condition of your product. Condition definition follows Google Merchant Center guidelines.

<condition>used</condition>

Accepted values: new, refurbished, used


material

Material field describes the main fabric or material that your product is made of. Material definition follows Google Merchant Center guidelines.

    <material>Cotton/Silk</material>

Restrictions: Use human readable material names. Provide up to 3 materials. Separate materials with a slash (“/”) character when there are multiple. Do not exceed 200 characters limit for your text.


energy efficiency class

Use this field to tell customers how your product rates on a given energy efficiency range. See Google Merchant Center

Allowed values: A+++, A++, A+, A++, B, C, B, E, F, G

min energy efficiency class

Used in combination with max energy efficiency class to describe the product energy efficiency label. Possible values defined in energy efficiency class

<energyEfficiencyClass>A+</energyEfficiencyClass>

max energy efficiency class

Used in combination with min energy efficiency class to describe the product energy efficiency label. Possible values defined in energy efficiency class

<minEnergyEfficiencyClass>G</minEnergyEfficiencyClass>

color

Use color field to tell customers about the dominant colors of your product. Color definition follows Google Merchant Center guidelines.

<color>Black/Grey</color>

Restrictions: Use human readable color names. Provide up to 3 colors. Separate colors with / if more than one. Do not exceed 100 characters limit for your text.


gender

Use gender field to describe the gender your product is designed for. Gender definition follows Google Merchant Center guidelines.

<gender>unisex</gender>

age group

Use age group field to describe the age group your product is targeted at. Definition follows Google Merchant Center guidelines.

<ageGroup>adult</ageGroup>

Allowed values: newborn, infant, toddler, kids, adult


size

Use size field to describe standardized size of your product. Size definition follows Google Merchant Center guidelines.

<unitPricingBaseMeasure>1kg</unitPricingBaseMeasure>

Restrictions: String identifier max 1-100 chars.


unit pricing base measure

The denominator for product unit price. See Google Merchant Center. This field attribute tells the customer how the price of your product translates per unit.

<unitPricingBaseMeasure>unitPricingBaseMeasure>1kg</unitPricingBaseMeasure>

Restrictions: Value should be an integer number with unit.

Supported unit values:

  • Weight: oz, lb, mg, g, kg

  • Volume: floz, pt, qt, gal, ml, cl, l, cbm

  • Length: in, ft, yd, cm, m

  • Area: sqft, sqm

  • Per unit: ct


unit pricing measure

Defines the measure and dimension of the product. That value helps the customers to understand the exact price per unit for your product. Example 125ml, 100g. See Google Merchant Center.

<unitPricingMeasure>15kg</unitPricingMeasure>

Restrictions: Value should be an integer number with a unit.

Supported unit values:

  • Weight: oz, lb, mg, g, kg

  • Volume: floz, pt, qt, gal, ml, cl, l, cbm

  • Length: in, ft, yd, cm, m

  • Area: sqft, sqm

  • Per unit: ct


Frequently Asked Questions

Below are some common scenarios and questions with their explanations/answers.

How to use TSV format?

We introduced the TSV format in our system, to simplify the integration path. Our customers commonly use spreadsheets to store and manipulate the data, and “TSV export” is a standard option for the majority of spreadsheet programs.

The three important things to remember for successful integration:

1.There are some column names, that we will look for, and expect to find in your TSV feed. 2.Multiline fields need to be escaped with double quotes, or all the line breaks changed to \n. 3.Some complex fields, like shipping & pick-up or attributes must follow the specified encoding conventions.

What are the newly added fields

Those fields are considered a ‘widely adopted market standard’, required, or recommended for advertising on many other channels:

What happens if my feed file cannot be fetched

When a feed file cannot be fetched, nothing will change on the user’s ads. It’s as if the import didn’t happen. Since the file represents the desired list of ads to be live, we won’t do anything if we can’t get the file - we cannot read a change in the desired situation.

I have updated my feed images, and after the successful import there is no change.

If you’re changing the images without changing the URLs, the changes may not be picked up, in case the rest of the ad is also unchanged. We suggest adding a bogus parameter to the image URL to force a re-processing of the ad and its images. Make sure to not change this for every feed import, but only when you require images to be re-processed.

What happens if my feed file cannot be fetched

If the fetched XML file does not validate against the XSD there will be no changes to your ads. Existing ads will remain unchanged and no new ads will be created.

What happens when my XML does not validate against XSD

If the fetched XML file does not validate against the XSD there will be no changes to your ads. Existing ads will remain unchanged and no new ads will be created.

Do I have to insert a price if I am business model do not support prices

For service providers (for e.g in the Job category), combination of the following tags <price>0</price> and <priceType>NOT_APPLICABLE</priceType> can be used to achieve the same purpose.

Do I need to add a Price?

Yes, Price is mandatory. If you are using ‘FIXED_PRICE’ as your priceType then the value must be greater than ‘0’.

For customers importing Jobs or Services using ‘0’  for price is suggested

Do I need to include a budget?

Yes, Price is mandatory. If you are using ‘FIXED_PRICE’ as your priceType then the value must be greater than ‘0’. For customers importing Jobs or Services using ‘0’  for price is suggested

Sample Budget XML:

50250050000

Based on the above configuration, this Ad will no longer be displayed when the total budget exceeds 50000 Cents (€500) or the daily budget exceeds 2500 Cents (€25).

The Daily Budget for Ads is reset at midnight, where the Total Budget persits as long as the item is included in the feed. Daily Budget is an optional field and can be left blank. When setting the Daily Budget via the feed, the value must be 10 Cents or greater.

**There is also the ‘Feed Daily' budget which controls the limit for the entire feed. This budget is configured by an eBK Admin and must be discussed with the Business Development prior to the feed activation.

What is a vanityUrl? Do we need it?

The vanityUrl is a mandatory field. This field is displayed in the Ad and should be ‘YourCompanyName.com’

How can I display Ads which offer Free shipping?
<attributes>
  <attribute>
    <attributeName>shipment_cost_visible</attributeName>
    <attributeLabel>Versandkosten anzeigen</attributeLabel>
    <attributeLocale>de_DE</attributeLocale>
    <attributeValue>true</attributeValue>
  </attribute>
  <attribute>
    <attributeName>shipment_cost_desc</attributeName>
    <attributeLabel>Versandkosten</attributeLabel>
    <attributeLocale>de_DE</attributeLocale>
    <attributeValue>Versandkostenfrei</attributeValue>
  </attribute>
</attributes>

Feed Debugging and Validation

All data feeds must be validated before importing to the EBK platform. The command line script below can be used in any terminal to identify errors.

When an error is reached, the script will terminate and output the error to the console.

When the file passes the validation process, the script will output to the console:

fileName.xml validates

Validation Script:

xmllint --nonet --nowarning --noout --encode "UTF-8" --dropdtd --noent fileName.xml --schema Admarkt.xsd

Replace filename.xml with your XML file name.


Kleinanzeigen Category Tree

L1 - CATEGORY NAMEL2 - SUB CATEGORYCATEGORY IDAttributes
Auto_Rad_Boot
Anhaenger_Nutzfahrzeuge276Agrarfahrzeuge, Anhänger, Baumaschinen, Busse, LKW, Sattelzugmaschinen & Auflieger, Stapler, Nutzfahrzeugteile & Zubehör, Weitere Nutzfahrzeuge & Anhänger
Autos216
Autoteile_Reifen223Auto Hifi & Navigation, Ersatz- & Reparaturteile, Reifen & Felgen, Tuning & Styling, Werkzeug, Weitere Autoteile
Boote_Bootszubehoer211Motorboote, Segelboote, Kleinboote, Schlauchboote, Jetski, Bootstrailer, Bootsliegeplätze, Bootszubehör, Weitere Boote
Fahrraeder217
Motorraeder_Roller305Mofas & Mopeds, Motorräder, Quads, Motorroller & Scooter
Motorraeder_Roller_Teile306Ersatz- & Reparaturteile, Reifen & Felgen, Motorradbekleidung
Reparaturen_Dienstleistungen280
Wohnwagen_Mobile220Alkoven, Integrierter, Kastenwagen, Teilintegrierter, Wohnwagen, Weitere Wohnwagen & -mobile
Sonstiges241
Eintrittskarten_Tickets
Comedy_Kabarett254
Kinder252
Klassik_Kultur251
Konzerte255
Sport257
Bahn_OEPNV286
Gutscheine287
Sonstige256
Familie_Kind_Baby
Altenpflege236
Baby_Kinderkleidung22Hosen & Jeans, Kleider & Röcke, Shirts & Tops, Hemden, Jacken & Mäntel, Pullover & Strickjacken, Wäsche, Sportbekleidung, Bademode, Accessoires, Kleidungspakete, Weitere Baby- & Kinderkleidung
Baby_Kinderschuhe19Ballerinas, Halb- & Schnürschuhe, Hausschuhe, Sandalen, Outdoor & Wanderschuhe, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Badeschuhe, Weitere Schuhe
Babyausstattung258
Babyschalen_Kindersitze21
Babysitter_Kinderbetreuung237
Kinderwagen_Buggys25
Kinderzimmermoebel20Betten & Wiegen, Hochstühle & Laufställe, Schränke & Kommoden, Wickeltische & Zubehör, Wippen & Schaukeln, Weitere Kinderzimmermöbel
Spielzeug23Action- & Spielfiguren, Babyspielzeug, Barbie & Co, Dreirad & Co, Gesellschaftsspiele, Holzspielzeug, LEGO & Duplo, Lernspielzeug, Playmobil, Puppen, Spielzeugautos, Spielzeug für draußen, Stofftiere, Weiteres Spielzeug
Sonstiges18
Freizeit_Nachbarschaft
Esoterik_Spirituelles232
Essen_Trinken248
Freizeitaktivitaeten187
Handarbeit_Basteln_Kunsthandwerk282
Kuenstler_Musiker191
Kunst240
Modellbau249
Reise_Eventservices233
Sammeln234Ansichts- & Postkarten, Autogramme, Bierkrüge & -gläser, Briefmarken, Comics, Flaggen, Münzen, Porzellan, Puppen & Puppenzubehör, Sammelbilder & Sticker, Sammelkartenspiele, Überraschungseier, Werbeartikel, Weiteres Sammeln
Sport_Camping230Ballsport, Camping & Outdoor, Fitness, Radsport, Tanzen & Laufen, Wassersport, Wintersport, Weiteres Sport & Camping
Troedel_kistenweise250
Verloren_Gefunden189
Sonstiges242
Haus_Garten
Badezimmer91
Bueromoebel93
Dekoration246Bilder & Poster, Kerzen & Kerzenhalter, Spiegel, Vasen, Weitere Dekoration
Dienstleistungen_Haus_Garten239Bau & Handwerk, Garten- & Landschaftsbau, Haushaltshilfe, Reinigungsservice, Reparaturen, Wohnungsauflösungen, Weitere Dienstleistungen Haus & Garten
Garten_Pflanzen89Blumentöpfe, Dekoration, Gartengeräte, Gartenmöbel, Pflanzen, Weiteres Gartenzubehör & Pflanzen
Heimtextilien90
Heimwerken84
Kueche_Esszimmer86Besteck, Geschirr, Gläser, Kleingeräte, Küchenschränke, Stühle, Tische, Weiteres Küche & Esszimmer
Lampen_Licht82
Schlafzimmer81Betten, Lattenroste, Matratzen, Nachttische, Schränke, Weiteres Schlafzimmer
Wohnzimmer88Regale, Schränke & Schrankwände, Sitzmöbel, Sofas & Sitzgarnituren, Tische, TV & Phonomöbel, Weiteres Wohnzimmer
Sonstiges87
Haustiere
Fische138Aquariumfische, Barsche, Diskusfische, Garnelen & Krebse, Koi, Schnecken, Wasserpflanzen, Welse, Weitere Fische
Hunde134Mischlinge, Beagle, Bernhardiner, Border Collie, Boxer, Cocker Spaniel, Collie, Dackel, Dalmatiner, Dobermann, Dogge, Golden Retriever, Husky, Jack Russell Terrier, Labrador, Malteser, Pudel, Schäferhunde, Spitz, Terrier, Weitere Hunde
Katzen136Britisch Kurzhaar, Hauskatze, Maine Coon, Perser, Siam, Weitere Katzen
Kleintiere132Hamster, Hasen & Kaninchen, Mäuse & Ratten, Meerschweinchen, Weitere Kleintiere
Pferde139Großpferde, Kleinpferde & Ponys
Reptilien244Schlangen, Echsen, Spinnen, Weitere Reptilien
Tierbetreuung_Training133
Vermisste_Tiere283Entlaufen, Gefunden
Vogel243
Sonstige131
zubehoer313Fische, Hunde, Katzen, Kleintiere, Pferde, Reptilien, Vögel, Weiteres Zubehör Haustiere
Immobilien
Auf_Zeit_WG199
Ferienwohnung_Ferienhaus275Kaufen, Mieten
Garage_Lagerraum197Kaufen, Mieten
Gewerbeimmobilien277Kaufen, Mieten
Grundstuecke_Garten207
Haus_kaufen208
Haus_mieten205
Umzug_Transport238
Wohnung_kaufen196
Wohnung_mieten203
Sonstiges198
Jobs
Ausbildung118
Bau_Handwerk_Produktion111Bauhelfer, Dachdecker, Elektriker, Fliesenleger, Maler, Maurer, Produktionshelfer, Schlosser, Tischler, Weitere Berufe
Bueroarbeit_Verwaltung114Buchhalter, Bürokauffrau/-mann, Sachbearbeiter/-in, Sekretärin, Weitere Berufe
Gastronomie_Tourismus110Barkeeper, Hotelfachfrau/-mann, Kellner/-in, Koch/Köchin, Küchenhilfe, Servicekraft, Zimmermädchen, Weitere Berufe
Heimarbeit_Mini_Nebenjobs107
Kundenservice_Callcenter105
Praktika125
Sozialer_Sektor_Pflege123Altenpfleger/-in, Arzthelferin, Erzieher/-in, Krankenschwester/ Krankenpfleger, Physiotherapeut/-in, Weitere Berufe
Transport_Logistik_Verkehr247Kraftfahrer, Kurierfahrer, Lagerhelfer, Staplerfahrer, Weitere Berufe
Vertrieb_Einkauf_Verkauf117Buchhalter/-in, Immobilienmakler, Kaufmann/-frau, Verkäufer/-in, Weitere Berufe
Sonstige_Berufe109Designer/Grafiker, Friseur/-in, Haushaltshilfe, Hausmeister, Reinigungskraft, Weitere Berufe
Mode_Beauty
Accessoires_Schmuck156Mützen, Schals & Handschuhe, Schmuck, Sonnenbrillen, Taschen & Rucksäcke, Uhren, Weitere Accessoires & Schmuck
Beauty_Gesundheit224Make-Up & Gesichtspflege, Haarpflege, Körperpflege, Hand- & Nagelpflege, Gesundheit, Weiteres Beauty & Gesundheit
Kleidung_Damen154Hemden & Blusen, Hosen, Jacken & Mäntel, Pullover, Röcke & Kleider, Shirts & Tops, Umstandsmode, Weitere Damenbekleidung
Kleidung_Herren160Hemden, Hosen, Jacken & Mäntel, Pullover, Shirts, Weitere Herrenbekleidung
Schuhe_Damen159Ballerinas, Halb- & Schnürschuhe, Hausschuhe, Outdoor & Wanderschuhe, Pumps & High Heels, Sandalen, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Weitere Schuhe
Schuhe_Herren158Halb- & Schnürschuhe, Hausschuhe, Sandalen, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Outdoor & Wanderschuhe, Weitere Schuhe
Sonstiges155
Multimedia_Elektronik
Audio_Hifi172CD Player, Lautsprecher & Kopfhörer, MP3 Player, Radio & Receiver, Stereoanlagen, Weiteres Audio & Hifi
Dienstleistungen_EDV226
Foto245Kamera, Objektiv, Zubehör, Kamera & Zubehör, Weiteres Foto
Handy_Telekom173Apple, HTC, LG, Motorola, Nokia, Samsung, Siemens, Sony, Faxgeräte, Telefone, Weitere Handys & Telefone
Haushaltsgeraete176Haushaltskleingeräte, Herde & Backöfen, Kaffee- & Espressomaschinen, Kühlschränke & Gefriergeräte, Spülmaschinen, Staubsauger, Waschmaschinen & Trockner, Weitere Haushaltsgeräte
Konsolen279Pocket Konsolen, PlayStation, Xbox, Wii, Weitere Konsolen
Notebooks278
PC_Videospiele227DS, Nintendo Spiele, PlayStation Spiele, Xbox Spiele, Wii Spiele, PC Spiele, Weitere Videospiele
PC_Zubehoer_Software225Drucker & Scanner, Festplatten & Laufwerke, Gehäuse, Grafikkarten, Kabel & Adapter, Mainboards, Monitore, Multimedia, Netzwerk & Modem, Prozessoren / CPUs, Speicher, Software, Tastatur & Maus, Weiteres PC-Zubehör
PCs228
TV_Video175DVD-Player & Recorder, Fernseher, TV-Receiver, Weitere TV & Video
Tablets_reader285iPad, Kindle, Samsung Tablets, Weitere Tablets & Reader
Sonstiges168
Musik_Film_Buecher
Buecher_Zeitschriften76Antiquarische Bücher, Kinderbücher, Krimis & Thriller, Kunst & Kultur, Sachbücher, Science Fiction, Unterhaltungsliteratur, Zeitgenössische Literatur & Klassiker, Zeitschriften, Weitere Bücher & Zeitschriften
Buero_Schreibwaren281
Comics284
Fachbuecher_Schule_Studium77
Film_DVD79
Musik_CDs78
Musikinstrumente74
Sonstiges75
Unterricht_Kurse
Beauty & Gesundheit269
Computerkurse260
Esoterik_Spirituelles265
Kochen_Backen263
Kunst_Gestaltung264
Musik_Gesang262
Nachhilfe268
Sportkurse261
Sprachkurse271
Tanzkurse267
Weiterbildung266
Sonstige270
Zu_verschenken_Tauschen
Tauschen273
Verleihen274
Zu_verschenken192
Dienstleistungen
Altenpflege288
Auto_Rad_Boot289
Babysitter_Kinderbetreuung290
Haus_Garten291Bau & Handwerk, Garten- & Landschaftsbau, Haushaltshilfe, Reinigungsservice, Reparaturen, Wohnungsauflösungen, Weitere Dienstleistungen Haus & Garten
Kuenstler_Musiker292
Multimedia_Elektronik293
Reise_Event294
Tierbetreuung_Training295
Umzug_Transport296
Sonstige298
Curious how Kleinanzeigen advertising solutions can increase your sales? We will be happy to advise you!
Learn more
;